UNPKG

noxon

Version:

Better JSON parsing and manipulation in TypeScript.

4 lines (2 loc) 88 B
declare const parseJSON: (string: string) => Object | undefined; export { parseJSON };