diff options
Diffstat (limited to 'node_modules/core-js/es/array/map.js')
| -rw-r--r-- | node_modules/core-js/es/array/map.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/es/array/map.js b/node_modules/core-js/es/array/map.js new file mode 100644 index 0000000..6b641fe --- /dev/null +++ b/node_modules/core-js/es/array/map.js @@ -0,0 +1,4 @@ +require('../../modules/es.array.map'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'map'); |
