UNPKG

lerna

Version:

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

7 lines (6 loc) 255 B
import { Arguments, Command, CommandConfigOptions } from "@lerna/core"; export declare function factory(argv: Arguments<CommandConfigOptions>): InfoCommand; export declare class InfoCommand extends Command { initialize(): void; execute(): void; }