1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 08:33:43 -05:00

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

Original: d2a558fcbd
This commit is contained in:
Axetroy 2019-04-22 20:18:45 +08:00 committed by Ryan Dahl
parent f1469380ab
commit 6df5291818

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";