UNPKG

lerna

Version:

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

7 lines (6 loc) 235 B
import { Package } from "../package"; /** * Read the existing changelog, if it exists. * @returns A tuple of changelog location and contents */ export declare function readExistingChangelog(pkg: Package): Promise<[string, string]>;