UNPKG

@kangfenmao/keyv-storage

Version:

Simple key-value storage with support for multiple backends

6 lines (5 loc) 126 B
/** * 判断字符串是否是 json 字符串 * @param str 字符串 */ export declare function isJSON(str: any): boolean;