fn-compose
Version:
compose an arbitrary number of functions from right to left.
29 lines (28 loc) • 565 B
JSON
{
"name": "fn-compose",
"version": "1.1.0",
"description": "compose an arbitrary number of functions from right to left.",
"main": "index.js",
"scripts": {
"test": "tap test/*.js"
},
"keywords": [
"compose",
"functional",
"function",
"composition"
],
"author": "wilhelmson",
"license": "MIT",
"devDependencies": {
"tap": "^0.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/thunklife/fn-compose.git"
},
"readmeFilename": "README.md",
"dependencies": {
"maybe-args": "0.0.3"
}
}