UNPKG

just-scripts

Version:
6 lines 281 B
import { CopyConfig } from './CopyInstruction'; /** * Function containing the core code for the copy task with a given config. */ export declare function executeCopyInstructions(config: CopyConfig | undefined): Promise<void>; //# sourceMappingURL=executeCopyInstructions.d.ts.map