@lavadrop/pick-by
Version:
Creates an object composed of the object properties for which predicate returns truthy.
31 lines (30 loc) • 695 B
JSON
{
"name": "@lavadrop/pick-by",
"version": "0.3.0",
"description": "Creates an object composed of the object properties for which predicate returns truthy.",
"main": "pickBy.js",
"types": "pickBy.d.ts",
"module": "pickBy.mjs",
"repository": "https://github.com/jedmao/lavadrop",
"keywords": [
"object",
"pick",
"pickby",
"pick-by",
"truthy",
"predicate",
"properties",
"no-dependencies",
"typescript",
"lavadrop"
],
"author": "Jed Mao",
"license": "MIT",
"bugs": {
"url": "https://github.com/jedmao/lavadrop/issues"
},
"publishConfig": {
"access": "public"
},
"gitHead": "2938d6e5a533fe7920461461cbe630a59f29f0ef"
}