syntax.d.ts 74 B

1234
  1. declare const SyntaxError: SyntaxErrorConstructor;
  2. export = SyntaxError;