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