elearning/Frontend-Learner/node_modules/es-errors/syntax.d.ts
2026-01-13 10:48:02 +07:00

3 lines
74 B
TypeScript

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;