Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Sep 22, 2024
1 parent 46daefc commit e14f22a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions types/three/examples/jsm/utils/SkeletonUtils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ declare function retargetClip(

declare function clone(source: Object3D): Object3D;

export {
retarget,
retargetClip,
clone,
};
export { clone, retarget, retargetClip };

0 comments on commit e14f22a

Please sign in to comment.