selectn
Version:
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
71 lines (70 loc) • 1.31 kB
JSON
{
"name": "selectn",
"description": "Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.",
"main": "index.js",
"authors": [
"Wil Moore III <wil.moore@wilmoore.com>"
],
"license": "MIT",
"keywords": [
"Mitigate TypeError",
"TypeError",
"TypeErrors",
"access",
"accessor",
"bracket-notation",
"string",
"path",
"browser",
"callback",
"composable",
"compatible",
"curried",
"curry",
"deep",
"dot-notation",
"string",
"path",
"dot/bracket-notation",
"dot/bracket-notation",
"string",
"path",
"dref",
"es3",
"es3",
"compatible",
"functional",
"functor",
"higher-order",
"nested",
"object",
"parameter",
"order",
"path-lookup",
"pathval",
"pointfree",
"predicate",
"property",
"property",
"access",
"property",
"accessor",
"reach",
"string",
"path",
"to-function"
],
"homepage": "https://www.npmjs.com/package/selectn",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}