UNPKG

@snickerdoodlelabs/common-utils

Version:
6 lines (4 loc) 135 B
export interface IJsonUtils { safelyParseJSON<T>(json: string): T | null; } export const IJsonUtilsType = Symbol.for("IJsonUtils");