UNPKG

diginext-utils

Version:
9 lines (8 loc) 236 B
/** * Check if the object or string is in JSON format */ export declare const isValid: (content: object | string) => boolean; declare const xjson: { isValid: (content: object | string) => boolean; }; export default xjson;