UNPKG

@hot-updater/plugin-core

Version:

React Native OTA solution for self-hosted

5 lines (4 loc) 148 B
export declare const copyDirToTmp: (dir: string, childDirname?: string) => Promise<{ tmpDir: string; removeTmpDir: () => Promise<void>; }>;