@js-util/fetch-nested-value

Fetch nested value within an object, using a dot notation string, eg: "hello.world"

@flowkey/find-in

Safely fetch a value via period-delimited path string from a (nested) object or array. e.g. `findIn(nullableObject, "a.path[0].string")`