UNPKG

@tableau/taco-toolkit

Version:
4 lines (3 loc) 219 B
import { ExecutionState } from '../utils/command'; export declare function installDependencies(tacoRootPath: string, state: ExecutionState): void; export declare function installTacoToolkit(tacoRootPath: string): void;