frontend/.pnpm-store/v3/files/dd/13000d2da8b652149bdd4e655d79920459501b8c6356d61eaea73929aa3fd884684ff347f93581d175cee6d0d5a539d2a4f135a9a2d95a8b84a5a70a7d9b13

11 lines
203 B
Plaintext

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