2023-02-14 11:38:45 -05:00
|
|
|
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
|
2023-03-08 06:44:54 -05:00
|
|
|
export * from "ext:deno_node/path/mod.ts";
|
2023-04-18 04:44:25 -04:00
|
|
|
import m from "ext:deno_node/path/mod.ts";
|
|
|
|
export default m;
|