UNPKG

tav-media

Version:

Cross platform media editing framework

6 lines (5 loc) 339 B
export declare const touchDirectory: (path: string) => void; export declare const writeFile: (path: string, data: string | ArrayBuffer) => void; export declare const removeFile: (path: string) => void; export declare const clearDirectory: (path: string) => boolean; export declare const checkFileExist: (path: string) => Promise<unknown>;