timepiece/node_modules/es5-ext/array/#/find-index/implement.js

11 lines
203 B
JavaScript

"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Array.prototype, "findIndex", {
value: require("./shim"),
configurable: true,
enumerable: false,
writable: true
});
}