refactor(path): reorg (denoland/deno_std#101)

Original: 5be16ba599
This commit is contained in:
木杉 2019-01-11 06:11:44 +08:00 committed by Ryan Dahl
parent 6f8dc44a2b
commit 57c877c443
18 changed files with 38 additions and 36 deletions

2
fs/path.ts Normal file
View file

@ -0,0 +1,2 @@
export * from "./path/mod.ts";
export * from "./path/interface.ts";