UNPKG

@modern-kit/utils

Version:
5 lines (3 loc) 126 B
declare function parseJSON<T = unknown>(value: string): T; declare function parseJSON<T>(value: T): T; export { parseJSON };