UNPKG

@tableau/taco-toolkit

Version:
5 lines (4 loc) 246 B
/// <reference types="node" /> import { SpawnSyncOptions } from 'child_process'; import { executeCmd } from './command'; export declare function executeNpmCmd(params: readonly string[], options?: SpawnSyncOptions): ReturnType<typeof executeCmd>;