Skip to content

twilson63/fun-fp

Repository files navigation

fun functional programming

Build Status

Standard - JavaScript Style Guide

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 -S

Build src

npm run build

Modules

Function

List

Logic

Math

Object

Relation

String

Type

Contributors

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

CODE_OF_CONDUCT

About

a fun functional utility library

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published