Simda.js
A light-weight alternative (in ES6+) of Ramda.js
Functions
- [x] _arity
- [x] _complement
- [x] _curry1
- [x] _curry2
- [x] _curry3
- [x] _filter
- [x] _has
- [x] _identity
- [x] _isArguments
- [x] _isArray
- [x] _isArrayLike
- [x] _isFunction
- [x] _isInteger
- [x] _isObject
- [x] _isString
- [x] _map
- [x] _pipe
- [x] _reduce
- [x] _toString
- [x] add
- [x] always
- [x] ascend
- [x] assoc
- [x] assocPath
- [x] concat
- [x] defaultTo
- [x] descend
- [x] empty
- [x] F
- [x] filter
- [x] flatten
- [x] fromPairs
- [x] head
- [x] identity
- [x] is
- [x] isFunction
- [x] isNil
- [x] isPlainObj
- [x] keys
- [x] map supported (val, key, list)=>{...}
- [x] mergeRight
- [x] multiply
- [x] nth
- [x] path
- [x] pathOr
- [x] pick
- [x] pickAll
- [x] pickBy
- [x] pipe
- [x] pluck
- [x] prop
- [x] propOr
- [x] reduce
- [x] reject
- [x] replace
- [x] slice
- [x] sort
- [x] sortBy
- [x] split
- [x] sum
- [x] T
- [x] tail
- [x] toLower
- [x] toPairs
- [x] toUpper
- [x] trim
- [x] unnest
- [x] values
- [x] zipObj