4 lines
74 B
TypeScript
Raw Normal View History

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;