summaryrefslogtreecommitdiff
path: root/std/node/path.ts
blob: 9234c9de970d0da452a220669c49fb646f6b4000 (plain)
1
2
3
4
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
export * from "../path/mod.ts";
import * as m from "../path/mod.ts";
export default m;