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

Usage:

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