UNPKG

hanshi

Version:

A funtional programming library that designed to be minimally bolarplated, pattern compliant and typescript/javascript native.

19 lines (18 loc) 438 B
export { Either, Left, Right, either, fromLeft, fromRight, isLeft, isRight, lefts, partitionEithers, rights } from '@hanshi/either'; export { Just, Maybe, Nothing, maybe, nothing } from '@hanshi/maybe'; export * from '@hanshi/prelude'; export * as PromiseTypeclass from '@hanshi/promise-typeclass'; export * as ArrayTypeclass from '@hanshi/array-typeclass'; //# sourceMappingURL=index.d.ts.map