UNPKG

@hypernetlabs/utils

Version:
6 lines 206 B
import { IJsonUtils } from "./IJsonUtils"; export declare class JsonUtils implements IJsonUtils { constructor(); safelyParseJSON<T>(json: string): T | null; } //# sourceMappingURL=JsonUtils.d.ts.map