satitm-sso-node/node_modules/es-errors/syntax.d.ts
2024-05-03 16:11:08 +07:00

3 lines
74 B
TypeScript

declare const SyntaxError: SyntaxErrorConstructor;
export = SyntaxError;