Files
est-frame/node_modules/openai/_vendor/partial-json-parser/parser.d.ts
2025-10-22 05:38:27 +00:00

7 lines
231 B
TypeScript
Executable File

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