aboutsummaryrefslogtreecommitdiffstats
path: root/backend/node_modules/es-errors/syntax.d.ts
blob: 6a0c53c5b9ed0ecc1d4130caf9f61f6bdfcb2fd4 (plain) (blame)
1
2
3
declare const SyntaxError: SyntaxErrorConstructor;

export = SyntaxError;