vvet_backend_1/node_modules/es-errors/syntax.d.ts

4 lines
74 B
TypeScript
Raw Permalink Normal View History

2025-05-09 12:46:18 +05:30
declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;