UNPKG

@tableau/taco-toolkit

Version:
8 lines (7 loc) 220 B
import { ExecutionState } from '../utils/command'; interface UnpackConfig { tacoName: string; destPath: string; } export declare function unpackTaco(config: UnpackConfig, state: ExecutionState): void; export {};