Files
surveyBIT_IT190/server/node_modules/es-errors/syntax.d.ts
T
2024-04-18 09:30:05 +05:30

4 lines
74 B
TypeScript

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;