UNPKG

just-scripts

Version:
10 lines 485 B
import { CopyConfig } from '../copy/CopyInstruction'; import { TaskFunction } from 'just-task'; /** * This is an advanced copy task that allows more advanced usage beyond simple copies. * It allows for copy renames. It takes in a config that can be generated dynamically with code at build time. * * @param config Copy instructions configuration */ export declare function copyInstructionsTask(config?: CopyConfig): TaskFunction; //# sourceMappingURL=copyInstructionsTask.d.ts.map