7.1.0
✨ New features
- Added an
alt
function to use withAlt
types such asConcurrentFuture
. - Added
of
,ap
,map
,alt
andzero
functions toPar
, making theConcurrentFuture
type Static Land -compliant.
✨ Improvements
- All TypeScript interfaces are now exported.
- Typescript definitions for
ap
andmap
are now overloaded to work onConcurrentFuture
instances as well asFuture
instances. - Added Typescript definitions for
extractLeft
andextractRight
methods.