ModelAi/node_modules/openai/_vendor/partial-json-parser/parser.d.mts

7 lines
232 B
TypeScript
Raw Normal View History

2025-09-15 10:04:47 +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.mts.map