1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-18 20:04:03 -05:00
denoland-deno/fs/path.ts

4 lines
143 B
TypeScript
Raw Normal View History

2019-02-07 19:45:47 +03:00
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
2019-01-11 06:11:44 +08:00
export * from "./path/mod.ts";
export * from "./path/interface.ts";