UNPKG

@plurid/joiner

Version:
4 lines (3 loc) 163 B
import { Package } from '~data/interfaces'; declare const runExecution: (configPackage: Package, command: string[]) => Promise<void>; export { runExecution, };