Files
bigwo/dev-assistant-mcp/node_modules/openai/_vendor/partial-json-parser/parser.d.ts

7 lines
231 B
TypeScript
Raw Normal View History

2026-03-12 12:47:56 +08:00
declare class PartialJSON extends Error {
}
declare class MalformedJSON extends Error {
}
declare const partialParse: (input: string) => any;
export { partialParse, PartialJSON, MalformedJSON };
//# sourceMappingURL=parser.d.ts.map