UNPKG

rune

Version:

CLI to upload your games to Rune

4 lines (3 loc) 203 B
export declare function formatTargetDir(targetDir: string): string; export declare const copy: (src: string, dest: string) => Promise<void>; export declare function emptyDir(dir: string): Promise<void>;