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) 153 B
import { ExecOptions } from "child_process"; /** * Retrieve current SHA from git. */ export declare function getCurrentSHA(opts: ExecOptions): string;