UNPKG

@speedy-js/mono

Version:

Monorepo development & continuous integration tooling.

6 lines 252 B
import { patch } from './patch'; import { ReleaseNS } from './types'; import { changelog } from './changelog'; export { patch, changelog }; export declare function release(options: ReleaseNS.IOptions): Promise<void>; //# sourceMappingURL=index.d.ts.map