summaryrefslogtreecommitdiff
path: root/std/path/README.md
blob: a1f3f425d191e8d310715449bc94fb0301223c5d (plain)
1
2
3
4
5
6
7
# Deno Path Manipulation Libraries

Usage:

```ts
import * as path from "https://deno.land/std/path/mod.ts";
```