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) 181 B
import { ChangelogPresetConfig } from "./constants"; export declare function getChangelogConfig(changelogPreset: ChangelogPresetConfig | undefined, rootPath: string): Promise<any>;