restrictary

0.0.1 • Public • Published

restrictary

Higher-order functions that restrict the arity of a function.

Why

To be more useful with other higher-order functions, of course!

var r = require('restrictary');

['100', '200', '3'].map(r.unary(parseInt));

API

The following functions are offered:

  • nullary - restricts a function to take no arguments
  • unary - restricts a function to take a single argument
  • binary - restricts a function to take two arguments
  • ternary - restricts a function to take three arguments

Install

npm

npm install restrictary

Package Sidebar

Install

npm i restrictary

Weekly Downloads

3

Version

0.0.1

License

MIT

Last publish

Collaborators

  • hughfdjackson