pathval
Object value retrieval given a string path
selectn
Curried property accessor function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating TypeErrors via friendly and composable API.
dot2val
Set or get a value within a deeply nested object using `dot' notation
yaml-settings
Read or write your configration in much more easy way in your client apps
array.filter
Curried function deriving a new array containing items from given array for which predicate returns true. Supports unary function, RegExp, dot/bracket-notation string path, and compound query object as predicate.