UNPKG

get-json-val

Version:

At the same time, it is a function to judge whether it is a JSON string and the result of parsing the JSON string.

4 lines (3 loc) 117 B
declare const getJSONVal: (val: string) => [Error | null, any]; export { getJSONVal }; export default getJSONVal;