UNPKG

@launchql/cli

Version:
7 lines (6 loc) 250 B
import { CLIOptions, Inquirerer } from 'inquirerer'; declare const _default: (argv: Partial<Record<string, any>>, prompter: Inquirerer, _options: CLIOptions) => Promise<{ _: string[]; "--"?: string[] | undefined; }>; export default _default;