UNPKG

@launchql/cli

Version:
8 lines (7 loc) 245 B
import { CLIOptions, Inquirerer } from 'inquirerer'; declare const _default: (argv: Partial<Record<string, any>>, prompter: Inquirerer, _options: CLIOptions) => Promise<{ [x: string]: any; } | { cwd: string; }>; export default _default;