MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / error

Function error

src/pkg/utils/punycode.ts:18–20  ·  view source on GitHub ↗
(t: string)

Source from the content-addressed store, hash-verified

16} as const;
17
18const error = (t: string) => {
19 throw new RangeError(t);
20};
21
22const floor = Math.floor;
23

Callers 1

decodePunycodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected