UNPKG

@plurid/joiner

Version:
5 lines (4 loc) 236 B
import { Command } from 'commander'; import { ExecutionOptions } from '~data/interfaces'; declare const resolveExecutionOptions: (prg: Command, commandOptions: any) => Promise<ExecutionOptions>; export { resolveExecutionOptions, };