UNPKG

@webpack-cli/package-utils

Version:

A module to help managing packages and modules inside webpack CLI

9 lines (8 loc) 234 B
import { ExecaSyncReturnValue } from 'execa'; /** * * Spawns a new process * */ export declare function spawnChild(pkg: string): ExecaSyncReturnValue; export declare function runCommand(command: any, args?: any[]): Promise<void>;