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