Files
VFXdemo/node_modules/es-errors/syntax.d.ts
Daniel afbcd99224 fix
2026-04-01 20:06:17 +08:00

4 lines
74 B
TypeScript

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;