lodash-fantasy
v1.0.1
Published
Fantasy Land compatible types built with lodash.
Downloads
23
Maintainers
Readme
lodash-fantasy
Fantasy Land compatible types built with lodash.
Note: Requires Node.js 4+.
Available Types
Data
| Name | Applicative | Apply | Chain | Comonad | Extend | Foldable | Functor | Monad | Monoid | Semigroup | Setoid | Traversable | |----------------|:---------------:|:---------:|:---------:|:-----------:|:----------:|:------------:|:-----------:|:---------:|:----------:|:-------------:|:----------:|:---------------:| | Either | ✔ | ✔ | ✔ | | ✔ | | ✔ | ✔ | | | ✔ | | | Maybe | ✔ | ✔ | ✔ | | ✔ | | ✔ | ✔ | | | ✔ | | | Validation | ✔ | ✔ | ✔ | | ✔ | | ✔ | ✔ | ✔ | ✔ | ✔ | |