UNPKG

noxon

Version:

Better JSON parsing and manipulation in TypeScript.

5 lines (3 loc) 196 B
declare const exportJSON: (value: Record<any, string> | undefined, filename?: string) => void; declare const exportJS: (code: string, filename?: string) => void; export { exportJS, exportJSON };