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:
parent
8d1b01cfcf
commit
d2a558fcbd
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