1.14.0 • Published 9 years ago
fun-fp v1.14.0
fun functional programming
A learning functional library for javascript
Usage
const { map } = require('fun-fp')
const add1 = map(v => v + 1)
console.log(add1([1,2,3]))Install
npm install fun-fp -SBuild src
npm run buildModules
Function
List
- append
- byIndex
- concat
- contains
- flatten
- filter
- find
- head
- init
- map
- prepend
- reduce
- remove
- reject
- reverse
- tail
- tap
- update
Logic
Math
Object
Relation
String
Type
Contributors
Contributing
All contributions are welcome, each function is separated in a topic folder and then a specific folder for that function with a index.js, README.md, and test.js file.
When adding a new function be sure to include it in the src/index.js file as a require.
License
MIT
Thank you
Code of Conduct
1.14.0
9 years ago
1.13.1
9 years ago
1.13.0
9 years ago
1.12.0
9 years ago
1.11.0
9 years ago
1.10.1
9 years ago
1.10.0
9 years ago
1.9.0
9 years ago
1.7.0
9 years ago
1.6.0
9 years ago
1.5.1
9 years ago
1.5.0
9 years ago
1.4.0
10 years ago
1.3.0
10 years ago
1.2.0
10 years ago
1.1.0
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago