3 lines
74 B
TypeScript
Executable file
3 lines
74 B
TypeScript
Executable file
declare const SyntaxError: SyntaxErrorConstructor;
|
|
|
|
export = SyntaxError;
|