1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 17:49:08 -05:00
denoland-deno/fs/path.ts

4 lines
143 B
TypeScript
Raw Normal View History

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