just-scripts
Version:
Just Stack Scripts
10 lines • 485 B
TypeScript
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