FunctionSelect: Select a function that passes a condition. A functional alternative to switch-case.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
699 B

7 years ago
{
"name": "select-return",
"version": "0.0.1",
"description": "Return a function based on a condition. Monadic alternative to switch-case.",
"main": "Select.js",
7 years ago
"scripts": {
"test": "npx jasmine"
7 years ago
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefeathers/select-return.git"
},
"keywords": [
"select",
"return",
"switch-case",
"functional"
7 years ago
],
"author": "Muthu Kumar (@MKRhere)",
7 years ago
"license": "MIT",
"bugs": {
"url": "https://github.com/codefeathers/select-return/issues"
},
"homepage": "https://github.com/codefeathers/select-return#readme",
"devDependencies": {
"eslint": "^4.19.1",
"jasmine": "^3.1.0"
}
7 years ago
}