UNPKG

@snickerdoodlelabs/common-utils

Version:
5 lines 172 B
export interface IJsonUtils { safelyParseJSON<T>(json: string): T | null; } export declare const IJsonUtilsType: unique symbol; //# sourceMappingURL=IJsonUtils.d.ts.map