UNPKG

@prass/botpress-native

Version:

A simple and powerful SDK for integrating Botpress Chat API with React Native,

7 lines (6 loc) 214 B
/** * Check if a string is a valid JSON object * @param str - The string to check * @returns True if the string is a valid JSON object, false otherwise */ export declare const isJson: (str: string) => boolean;