back to .js extension

This commit is contained in:
Kevin Jahns
2018-11-27 14:59:12 +01:00
parent 9bd199a6e7
commit 3ddff186c2
125 changed files with 1015 additions and 845 deletions

4
lib/math.js Normal file
View File

@@ -0,0 +1,4 @@
/**
* @module math
*/
export const floor = Math.floor