UNPKG

@plurid/joiner

Version:
4 lines (3 loc) 208 B
import { ExecutionOptions } from '~data/interfaces'; declare const commandCommand: (packageName: string, commandNames: string[], options: ExecutionOptions) => Promise<void>; export default commandCommand;