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