UNPKG

diginext-utils

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