UNPKG

lerna

Version:

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

3 lines (2 loc) 150 B
import { ExecOptions } from "child_process"; export declare function isBehindUpstream(gitRemote: string, branch: string, opts: ExecOptions): boolean;