serde-json-ts/types/err.d.ts
2025-05-27 00:27:06 -05:00

1 line
102 B
TypeScript

export declare const unexpected: (expected: string, actual: string, position: number) => SyntaxError;