Files
timetracker/node_modules/es-errors/syntax.d.ts
Felix Schlusche 9310cb2b8f Initial commit
2025-10-23 00:32:06 +02:00

4 lines
74 B
TypeScript

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;