Hhertz/node_modules/es-errors/syntax.d.ts
2025-07-31 23:47:20 +03:00

4 lines
74 B
TypeScript

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;