UNPKG

lerna

Version:

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

8 lines (7 loc) 145 B
import { ExecOptions } from "@lerna/core"; /** * * @param opts * @returns */ export declare function hasCommit(opts?: ExecOptions): boolean;