UNPKG

@promptbook/remote-server

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

7 lines (6 loc) 170 B
/** * Recursively converts JSON strings to JSON objects * * @public exported from `@promptbook/utils` */ export declare function jsonStringsToJsons<T>(object: T): T;