Appearance
treePaths(object) → array · Object
treePaths(object) → array
Get all paths in a tree structure as an array of path strings.
object
treePaths({a: {b: 1}, c: 2}) // ["a.b", "c"]