UNPKG

@tinymce/beehive-flow

Version:

A CLI tool implementing the beehive flow git branching process

3 lines 156 B
import { ReleaseArgs } from '../args/BeehiveArgs'; export declare const release: (args: ReleaseArgs) => Promise<void>; //# sourceMappingURL=Release.d.ts.map