MCPcopy Create free account
hub / github.com/codesandbox/excalidraw-firebase / StringPrototypeStartsWith

Function StringPrototypeStartsWith

.pnp.loader.mjs:1500–1500  ·  view source on GitHub ↗
(str, ...rest)

Source from the content-addressed store, hash-verified

1498const StringPrototypeReplace = (str, ...rest) => String.prototype.replace.apply(str, rest);
1499const StringPrototypeSlice = (str, ...rest) => String.prototype.slice.apply(str, rest);
1500const StringPrototypeStartsWith = (str, ...rest) => String.prototype.startsWith.apply(str, rest);
1501const SafeMap = Map;
1502const JSONParse = JSON.parse;
1503

Callers 3

.pnp.loader.mjsFile · 0.70
packageImportsResolveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected