Stringifies and colorizes an array representing a property path.
formatPropertyPath(["foo", "bar"]); // "foo.bar" (with colors)formatPropertyPath([]); // "it"
String with formatted path.
Path to format.
Stringifies and colorizes an array representing a property path.
Example
Returns
String with formatted path.