blob: 4e14e292a866e75b794466bbabcc7f0abf2fc8fc [file] [log] [blame]
"use strict";
if (!require("./is-implemented")()) {
Object.defineProperty(Array.prototype, "findIndex", {
value: require("./shim"),
configurable: true,
enumerable: false,
writable: true
});
}