UNPKG

noxon

Version:

Better JSON parsing and manipulation in TypeScript.

5 lines (3 loc) 236 B
declare const merge: (value1: Record<any, string>, value2: Record<any, string>) => string | undefined; declare const mergeFiles: (file1: string, file2: string) => Promise<Record<any, string> | undefined>; export { merge, mergeFiles };