fp-helpers
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

FP-Helpers

Collections of helper functions for functional programming.

Installation

# npm
npm install fp-helpers

# yarn
yarn add fp-helpers

API

Function Description
compose(f, g, ...)(myvalue) Compose multiple synchronous functions
composeAsync(f, g, ...)(myvalue) Compose multiple asynchronous functions
toKoa(fn) Convert to koa middleware

License

MIT, see LICENSE.md.

Readme

Keywords

none

Package Sidebar

Install

npm i fp-helpers

Weekly Downloads

3

Version

0.0.2

License

MIT

Last publish

Collaborators

  • marvinhagemeister