UNPKG

@tinymce/beehive-flow

Version:

A CLI tool implementing the beehive flow git branching process

5 lines 200 B
import * as E from 'fp-ts/Either'; declare type Either<R, A> = E.Either<R, A>; export declare const rights: <R, A>(eithers: Either<R, A>[]) => A[]; export {}; //# sourceMappingURL=EitherUtils.d.ts.map