index-of.js 108 B

12
  1. require('../../modules/es6.array.index-of');
  2. module.exports = require('../../modules/_core').Array.indexOf;