UNPKG

@etherspot/data-utils

Version:
4 lines (2 loc) 88 B
declare function parseJson<T>(raw: string, defaultValue?: T): T; export { parseJson };