Echo/node_modules/core-js/es/array/last-index-of.js
2021-02-11 21:31:41 +08:00

5 lines
163 B
JavaScript

require('../../modules/es.array.last-index-of');
var entryUnbind = require('../../internals/entry-unbind');
module.exports = entryUnbind('Array', 'lastIndexOf');