diff options
Diffstat (limited to 'node_modules/core-js/modules/es.array.unscopables.flat-map.js')
| -rw-r--r-- | node_modules/core-js/modules/es.array.unscopables.flat-map.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/core-js/modules/es.array.unscopables.flat-map.js b/node_modules/core-js/modules/es.array.unscopables.flat-map.js new file mode 100644 index 0000000..593cf05 --- /dev/null +++ b/node_modules/core-js/modules/es.array.unscopables.flat-map.js @@ -0,0 +1,5 @@ +// this method was added to unscopables after implementation +// in popular engines, so it's moved to a separate module +var addToUnscopables = require('../internals/add-to-unscopables'); + +addToUnscopables('flatMap'); |
