UNPKG

json-string-mapper

Version:

transform json string to key value pair map

5 lines (4 loc) 222 B
export declare function compileToJSON(json: any): string; export declare function isPresent(obj: any): boolean; export declare function isJsObject(obj: any): boolean; export declare function isFunction(val: any): boolean;