UNPKG
auto-gpt-ts
Version:
latest (0.0.3)
0.0.3
0.0.2
my take of Auto-GPT in typescript
github.com/tuvia-r/auto-GPT-ts
tuvia-r/auto-GPT-ts
auto-gpt-ts
/
dist
/
json-utils
/
fix-json-general.d.ts
3 lines
(2 loc)
•
157 B
TypeScript
View Raw
1
2
3
export
declare
function
fixInvalidEscape
(
jsonToLoad
:
string
,
errorMessage
:
string
):
string
;
export
declare
function
correctJson
(
jsonToLoad
:
string
):
string
;