Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#14163 from yyc-git/master
Browse files Browse the repository at this point in the history
add cannon,rsvp,wonder-commonlib,wonder-frp dts file
  • Loading branch information
horiuchi authored Jan 23, 2017
2 parents 2f14b94 + d3ce3c2 commit 71e26fc
Show file tree
Hide file tree
Showing 12 changed files with 2,633 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cannon/cannon-tests.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import cannon = require("cannon");

var aabb = new cannon.AABB()

aabb.setFromPoints([new cannon.Vec3(1,2,3)]);

Loading

0 comments on commit 71e26fc

Please sign in to comment.