Function/node_modules/es-errors/syntax.d.ts
Unknown 46deb1c0ef a
2024-06-04 17:46:01 -07:00

3 lines
74 B
TypeScript

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;