method default.PlatformPath.parse
Usage in Deno
import type mod from "node:path";
PlatformPath.parse(path: string): ParsedPath
Returns an object from a path string - the opposite of format().
TypeError
if path
is not a string.