diff options
Diffstat (limited to 'std/fs/path.ts')
m--------- | std | 0 | ||||
-rw-r--r-- | std/fs/path.ts | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/std b/std deleted file mode 160000 -Subproject 43aafbf33285753e7b42230f0eb7969b300f71c diff --git a/std/fs/path.ts b/std/fs/path.ts new file mode 100644 index 000000000..6ca0749c2 --- /dev/null +++ b/std/fs/path.ts @@ -0,0 +1,3 @@ +// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. +export * from "./path/mod.ts"; +export * from "./path/interface.ts"; |