UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

8 lines (7 loc) 281 B
import type { CommandModule } from "yargs"; import { RunCommandConfigOptions } from "."; /** * @see https://github.com/yargs/yargs/blob/master/docs/advanced.md#providing-a-command-module */ declare const command: CommandModule<object, RunCommandConfigOptions>; export = command;