1.0.1 • Published 7 years ago

funny-converge v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

converge

Simple modules for functional programming, done for fun.

Usage

import converge from 'funny-converge'

const args = (...a) => a
const add = (a, b) => a + b
const mult = (a, b) => a * b

converge(args, [add, mult], 2, 3) // [5, 6]

License

The MIT License (MIT). Copyright (c) 2016 Luís Rodrigues.