cohorta/node_modules/es-errors/syntax.d.ts
2025-12-19 19:26:16 +00:00

3 lines
74 B
TypeScript
Executable file

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;