diff options
Diffstat (limited to 'std/fs/path.ts')
-rw-r--r-- | std/fs/path.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |