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) 152 B
import { ExecOptions } from "child_process"; export declare function remoteBranchExists(gitRemote: string, branch: string, opts: ExecOptions): boolean;