Functional is just a library for Functional Programming in Typescript.
- add
- and
- arity
- arrayIs
- compose
- constant
- curry
- deepFreeze
- divide
- filter
- filterObject
- flipArgs
- freeze
- gatherArgs
- identity
- is
- isLength
- isnt
- isType
- length
- map
- mapObject
- memoize
- multiply
- nAry
- not
- notSameLength
- objectIs
- or
- partial
- pick
- pickAll
- pipe
- reduce
- reduceObject
- reverseArgs
- sameLength
- spreadArgs
- substract
- transpoline
- type
- unAry
- uncurry
- when
- whenElse
- Monades
- Map/Filter function with Transducers?