/ node_modules / es-errors / syntax.d.ts
syntax.d.ts
1  declare const SyntaxError: SyntaxErrorConstructor;
2  
3  export = SyntaxError;