UNPKG

diginext-utils

Version:
9 lines 267 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; //# sourceMappingURL=Checker.d.ts.map