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