UNPKG

lerna

Version:

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

6 lines (5 loc) 278 B
import * as childProcess from "@lerna/child-process"; import type { LernaOptions } from "@lerna/child-process"; export declare function gitAdd(changedFiles: string[], gitOpts: { granularPathspec?: boolean; }, execOpts: LernaOptions): Promise<childProcess.LernaReturnValue>;