UNPKG

lerna

Version:

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

4 lines (3 loc) 223 B
import { ExecOptions } from "child_process"; import * as childProcess from "@lerna/child-process"; export declare function gitPush(remote: string, branch: string, opts: ExecOptions): Promise<childProcess.LernaReturnValue>;