node-ejs-renderer/node_modules/es-errors/syntax.d.ts
2024-06-09 13:55:01 -04:00

4 lines
74 B
TypeScript

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;