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:
parent
f1469380ab
commit
6df5291818
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue