diff options
Diffstat (limited to 'fs/path/README.md')
| -rw-r--r-- | fs/path/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/path/README.md b/fs/path/README.md new file mode 100644 index 000000000..938ffb358 --- /dev/null +++ b/fs/path/README.md @@ -0,0 +1,7 @@ +# Deno Path Manipulation Libraries + +Usage: + +```ts +import * as path from "https://deno.land/x/fs/path.ts"; +``` |
