Sha256: 160b454be69ad0bc3b63ae3b0eae44a0ce6164bc833c79cd2207c2c8a60f9b28
Contents?: true
Size: 746 Bytes
Versions: 26
Compression:
Stored size: 746 Bytes
Contents
import callBind from 'call-bind'; import callBound from 'call-bind/callBound'; import RequireObjectCoercible from 'es-abstract/2023/RequireObjectCoercible.js'; import getPolyfill from 'array.prototype.findlastindex/polyfill'; const bound = callBind.apply(getPolyfill()); const $slice = callBound('Array.prototype.slice'); // eslint-disable-next-line no-unused-vars export default function findLastIndex(array, predicate) { RequireObjectCoercible(array); return bound(array, $slice(arguments, 1)); } export { default as getPolyfill } from 'array.prototype.findlastindex/polyfill'; export { default as implementation } from 'array.prototype.findlastindex/implementation'; export { default as shim } from 'array.prototype.findlastindex/shim';
Version data entries
26 entries across 26 versions & 1 rubygems