diff options
Diffstat (limited to 'std/node/path.ts')
-rw-r--r-- | std/node/path.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/std/node/path.ts b/std/node/path.ts deleted file mode 100644 index 0f29ad9b0..000000000 --- a/std/node/path.ts +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -export * from "../path/mod.ts"; -import * as m from "../path/mod.ts"; -export default m; |