UNPKG

@daysnap/utils

Version:
8 lines (6 loc) 124 B
/** * 是否是JSON 字符串 * @param v */ declare function isJSONString(v: string): boolean; export { isJSONString };