UNPKG

noxon

Version:

Better JSON parsing and manipulation in TypeScript.

4 lines (2 loc) 84 B
declare const fetchJSON: (fileName: string) => Promise<any>; export { fetchJSON };