1.0.2 • Published 7 years ago

func-comp-helpers v1.0.2

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

About

This module is just a small collection of functions(7 currently) that I use frequently. If you found this then your probably looking for something like Ramda or Lodash.

Install

$ npm install --save func-comp-helpers
# OR
$ yarn add func-comp-helpers

Usage

import {
	compose,
	pipe,
	map,
	filter,
	reduce,
	curry,
	flatMap
} from 'func-comp-helpers'

// Do some magic

API

Will be documented as soon as I have time, but the tests should give you an idea.

Contribute

Contributions are welcome. Please open up an issue or create PR if you would like to help out.

Note: If editing the README, please conform to the standard-readme specification.

License

Licensed under the MIT License.