funcom
Version:
Functional composition helpers
25 lines • 541 B
JSON
{
"name": "funcom",
"version": "0.2.0",
"description": "Functional composition helpers",
"keywords": [
"functional",
"compose",
"pipe",
"all"
],
"types": "types/index.d.ts",
"main": "node/index.js",
"browser": "web/index.js",
"react-native": "native/index.js",
"license": "MIT",
"author": "psxcode <psxcode@gmail.com> (https://github.com/psxcode)",
"repository": "nextools/metarepo",
"engines": {
"node": ">=12.13.0"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false
}