summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/path.ts
blob: 19ba2e26d362d1bee7a34e17cb95a10ef940253d (plain)
1
2
3
4
// Copyright 2018-2024 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;