From 8078d976d29aa12819e3f5a781c846d67868b0d6 Mon Sep 17 00:00:00 2001 From: dubiousjim Date: Tue, 10 Mar 2020 15:11:27 -0400 Subject: Add Deno.umask (#4290) --- cli/js/deno.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/js/deno.ts') diff --git a/cli/js/deno.ts b/cli/js/deno.ts index 23fcfda5d..f0115f261 100644 --- a/cli/js/deno.ts +++ b/cli/js/deno.ts @@ -113,6 +113,7 @@ export { symlinkSync, symlink } from "./ops/fs/symlink.ts"; export { connectTLS, listenTLS } from "./tls.ts"; export { truncateSync, truncate } from "./ops/fs/truncate.ts"; export { isatty, setRaw } from "./ops/tty.ts"; +export { umask } from "./ops/fs/umask.ts"; export { utimeSync, utime } from "./ops/fs/utime.ts"; export { version } from "./version.ts"; export { writeFileSync, writeFile, WriteFileOptions } from "./write_file.ts"; -- cgit v1.2.3