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) 156 B
import { ExecOptions } from "@lerna/core"; /** * * @param execOpts * @returns */ export declare function getLastCommit(execOpts?: ExecOptions): string;