UNPKG

@promptbook/langtail

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

7 lines (6 loc) 202 B
/** * Function isValidJsonString will tell you if the string is valid JSON or not * * @public exported from `@promptbook/utils` */ export declare function isValidJsonString(value: string): boolean;