UNPKG

@gqty/cli

Version:

## Visit [https://gqty.dev/docs/cli/codegen](https://gqty.dev/docs/cli/codegen)

8 lines (7 loc) 394 B
import { type PackageJSON } from 'bob-esbuild/config/packageJson'; import { type GQtyConfig } from '../../config'; export declare const promptInstall: (configuration: GQtyConfig) => Promise<void>; /** * Install missing packages with the current package manager. */ export declare const runInstall: ({ dependencies, devDependencies }: PackageJSON, configuration: GQtyConfig) => Promise<void>;