diff options
Diffstat (limited to 'node_modules/es5-ext/math/floor-10.js')
| -rw-r--r-- | node_modules/es5-ext/math/floor-10.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/es5-ext/math/floor-10.js b/node_modules/es5-ext/math/floor-10.js new file mode 100644 index 00000000..3cb0c119 --- /dev/null +++ b/node_modules/es5-ext/math/floor-10.js @@ -0,0 +1,3 @@ +"use strict"; + +module.exports = require("./_decimal-adjust")("floor"); |
