.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / es.array.last-index-of.js
1 var $ = require('../internals/export');
2 var lastIndexOf = require('../internals/array-last-index-of');
3
4 // `Array.prototype.lastIndexOf` method
5 // https://tc39.es/ecma262/#sec-array.prototype.lastindexof
6 $({ target: 'Array', proto: true, forced: lastIndexOf !== [].lastIndexOf }, {
7   lastIndexOf: lastIndexOf
8 });