Files
SerpentRace/SerpentRace_Backend/node_modules/es-errors/syntax.d.ts
T
2025-05-14 19:27:36 +02:00

4 lines
74 B
TypeScript

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;