UNPKG

noxon

Version:

Better JSON parsing and manipulation in TypeScript.

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