UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

7 lines 240 B
/** * Verify this works in FPSTextInput... there may have been a reason not to use it. * @param jsonString * @returns */ export declare function isValidJSON2(jsonString: string): boolean; //# sourceMappingURL=isValidJSON2.d.ts.map