Skip to content

Commit

Permalink
expose ensureSymlink in fs/mod.ts (denoland/std#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy authored and ry committed Apr 22, 2019
1 parent f146938 commit 6df5291
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 6df5291

Please sign in to comment.