auto-curry
Version:
Supercharge your functions by giving them the ability to auto-curry
34 lines (33 loc) • 595 B
JSON
{
"name": "auto-curry",
"main": "index.js",
"version": "0.2.1",
"homepage": "https://github.com/zeusdeux/auto-curry",
"authors": [
"Mudit Ameta <zeusdeux@gmail.com>"
],
"description": "Supercharge your functions by giving them the ability to auto-curry",
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"keywords": [
"curry",
"auto",
"functional",
"composition",
"lambda",
"partial",
"application"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}