Skip to content

Commit

Permalink
Merge pull request #292 from one-for-all/add-loadAsync-declaration
Browse files Browse the repository at this point in the history
Add loadAsync declaration
  • Loading branch information
gkjohnson authored Sep 2, 2024
2 parents 498d780 + af29a14 commit 6b06e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/src/URDFLoader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default class URDFLoader {
loadMeshCb: MeshLoadFunc;

constructor(manager?: LoadingManager);
loadAsync(urdf: string): Promise<URDFRobot>;
load(
url: string,
onLoad: (robot: URDFRobot) => void,
Expand Down

0 comments on commit 6b06e4a

Please sign in to comment.