1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00

expose ensureSymlink in fs/mod.ts (#354)

This commit is contained in:
Axetroy 2019-04-22 20:18:45 +08:00 committed by Ryan Dahl
parent 8d1b01cfcf
commit d2a558fcbd

View file

@ -2,6 +2,7 @@
export * from "./empty_dir.ts";
export * from "./ensure_dir.ts";
export * from "./ensure_file.ts";
export * from "./ensure_symlink.ts";
export * from "./exists.ts";
export * from "./glob.ts";
export * from "./globrex.ts";