| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | // Copyright the Browserify authors. MIT License. |
| 3 | // Ported from https://github.com/browserify/path-browserify/ |
| 4 | import type { ParsedPath } from "./mod.ts"; |
nothing calls this directly
no test coverage detected