implement.js 199 B

1234567
  1. 'use strict';
  2. if (!require('./is-implemented')()) {
  3. Object.defineProperty(Array.prototype, 'findIndex',
  4. { value: require('./shim'),
  5. configurable: true, enumerable: false, writable: true });
  6. }