UNPKG

@iexec/iapp

Version:

A CLI to guide you through the process of building an iExec iApp

5 lines (4 loc) 287 B
export declare function fileExists(path: string): Promise<boolean>; export declare function folderExists(folderPath: string): Promise<boolean>; export declare function isFolderEmpty(path: string): Promise<boolean>; export declare function copy(src: string, dest: string): Promise<void>;