Normalizes a path by turning it into an Array of strings. Removes empty parts of the path and ignores redundant whitespace or slashes. Each path element is also capitalized.
Array or string path to normalize.
Array of path segments.
Generated using TypeDoc
Normalizes a path by turning it into an Array of strings. Removes empty parts of the path and ignores redundant whitespace or slashes. Each path element is also capitalized.