0
0
Files
vs-p/node_modules/es-errors/syntax.d.ts

4 lines
74 B
TypeScript
Raw Normal View History

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;