Staticfilestring
the filepath, converted using pathToFileURL, returning the href property
Staticnormalizeconverts a filepath with windows path delimiters into a path with linux/unix path delimiters
PathHelpers.normalize("\My\Path\To\File.ts")
// "/My/Path/To/File.ts"
string
the same filepath, with any windows path delimiters replaced to their linux/unix counterparts
uses node's pathToFileURL to convert filepaths