@javiercejudo/tap

1.0.1 • Public • Published

tap

Build Status Coverage Status Code Climate

tap(x, y) == y(x)

Install

npm i @javiercejudo/tap

Usage

const tap = require('tap');

const plus1 = x => x + 1;
const times5 = x => 5 * x;

[plus1, times5].reduce(tap, 3); // => 20

See spec.

Readme

Keywords

Package Sidebar

Install

npm i @javiercejudo/tap

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • javiercejudo