diff options
Diffstat (limited to 'node_modules/core-js/library/fn/array/index-of.js')
| -rw-r--r-- | node_modules/core-js/library/fn/array/index-of.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/core-js/library/fn/array/index-of.js b/node_modules/core-js/library/fn/array/index-of.js new file mode 100644 index 00000000..b9c0f4a5 --- /dev/null +++ b/node_modules/core-js/library/fn/array/index-of.js @@ -0,0 +1,2 @@ +require('../../modules/es6.array.index-of'); +module.exports = require('../../modules/_core').Array.indexOf; |
