UNPKG

@ossjs/release

Version:

Minimalistic, opinionated, and predictable release automation tool.

4 lines 121 B
//#region src/utils/format-date.d.ts declare function formatDate(date: Date): string; //#endregion export { formatDate };