UNPKG

auto-gpt-ts

Version:

my take of Auto-GPT in typescript

3 lines (2 loc) 157 B
export declare function fixInvalidEscape(jsonToLoad: string, errorMessage: string): string; export declare function correctJson(jsonToLoad: string): string;