just-compose
Version:
return a function composed of 2 or more functions
32 lines • 721 B
JSON
{
"name": "just-compose",
"version": "2.3.0",
"description": "return a function composed of 2 or more functions",
"main": "index.cjs",
"types": "index.d.ts",
"module": "index.mjs",
"exports": {
".": {
"require": "./index.cjs",
"types": "./index.d.ts",
"default": "./index.mjs"
},
"./package.json": "./package.json"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"repository": "https://github.com/angus-c/just",
"keywords": [
"function",
"compose",
"no-dependencies",
"just"
],
"author": "Angus Croll",
"license": "MIT",
"bugs": {
"url": "https://github.com/angus-c/just/issues"
}
}