UNPKG

ts-mind

Version:

A web-mind lib write in typescript.Sound apis and friendly plug-in mechanism in this lib.

6 lines (5 loc) 153 B
export declare const json: { json2string(json: JSON): string | null; string2json(json_str: string): any; merge(b: object, a: object): {}; };