summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/path.ts
blob: d2b6e673fe9066b9959d753c1fc8596cde6ff8bd (plain)
1
2
3
4
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
export * from "ext:deno_node/path/mod.ts";
import m from "ext:deno_node/path/mod.ts";
export default m;