UNPKG

@launchql/cli

Version:
5 lines (4 loc) 175 B
import { Inquirerer } from 'inquirerer'; export default function runModuleSetup(argv: Partial<Record<string, any>>, prompter: Inquirerer): Promise<{ [x: string]: any; }>;