Files
air66-yourls-admin-theme/node_modules/es5-ext/array/#/find-index/implement.js
2019-07-24 18:16:32 +01:00

10 lines
199 B
JavaScript

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