UNPKG

lerna

Version:

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

18 lines (17 loc) 691 B
import { Arguments, Command, CommandConfigOptions } from "@lerna/core"; export declare function factory(argv: Arguments<CommandConfigOptions>): AddCachingCommand; export declare class AddCachingCommand extends Command { uniqueScriptNames: string[]; constructor(argv: Arguments<CommandConfigOptions>); initialize(): void; execute(): Promise<void>; private convertAnswersToNxConfig; private getTargetDefaultEntries; private getObjectFormTargetDefault; private configureGitIgnore; } declare const commonJsExport: typeof factory & { AddCachingCommand: typeof AddCachingCommand; }; export default commonJsExport; export { commonJsExport as "module.exports" };