agsamantha/node_modules/openai/_vendor/partial-json-parser/parser.d.ts

7 lines
231 B
TypeScript
Raw Normal View History

2024-10-02 15:15:21 -05: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