syntax.d.ts 74 B

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