Create nested values and any intermediaries using dot notation ('a.b.c'
) paths.
Generate strongly-typed deep property path in typescript. Access deep property by a path.
return a boolen indicating the existence of a deep property, don't throw if parent is undefined
Fetch, set, and test deeply nested object properties
utility functions for deeply nested objects