frontend/.pnpm-store/v3/files/9e/278958ffc09e68526fedbc4a89a9a92d38d96751bd569da8b64fd444e1d304b52ec4d1fa3b2b275032f03f6b57d44a2d5ed76c5314857de6dd42d9162c82d4

11 lines
205 B
Plaintext

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