func-comp-helpers

1.0.2 • Public • Published

Table of Contents

Small collection of functions to assist in functional composition



Built with ❤︎ by Tiaan and contributors

Table of Contents

Table of Contents
  • Install
  • Install
  • Usage
  • API
  • Contribute
  • License
  • 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.

    Package Sidebar

    Install

    npm i func-comp-helpers

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • tiaanduplessis