UNPKG

ts-mind

Version:

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

5 lines (4 loc) 164 B
export declare const file: { read(file_data: File, fn_callback: ITSMAnyCall<any[], any>): void; save(file_data: File, type: string, name: string): void; };