UNPKG

@ossjs/release

Version:

Minimalistic, opinionated, and predictable release automation tool.

4 lines 160 B
//#region src/utils/write-package-json.d.ts declare function writePackageJson(nextContent: Record<string, any>): void; //#endregion export { writePackageJson };