Files
wdi-dashboard/node_modules/es-errors/syntax.d.ts

4 lines
74 B
TypeScript
Raw Normal View History

2024-08-16 15:06:52 +05:30
declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;