diff options
Diffstat (limited to 'node_modules/core-js/features/number/from-string.js')
| -rw-r--r-- | node_modules/core-js/features/number/from-string.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/features/number/from-string.js b/node_modules/core-js/features/number/from-string.js new file mode 100644 index 0000000..65654be --- /dev/null +++ b/node_modules/core-js/features/number/from-string.js @@ -0,0 +1,4 @@ +require('../../modules/esnext.number.from-string'); +var path = require('../../internals/path'); + +module.exports = path.Number.fromString; |
