Represents a normalized path with path separators being / On Windows, drives are represented like C:/Users for consistency with TypeScript.
/
C:/Users
The empty string "" is a valid normalized path.
""
Represents a normalized path with path separators being
/
On Windows, drives are represented likeC:/Users
for consistency with TypeScript.The empty string
""
is a valid normalized path.