From 77d7ad61f39641b79a60a99da2f939cbc1d8fe39 Mon Sep 17 00:00:00 2001 From: Simon Menke Date: Mon, 4 Mar 2019 17:04:19 +0100 Subject: Allow inspection and revocation of permissions (#1875) --- js/deno.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'js/deno.ts') diff --git a/js/deno.ts b/js/deno.ts index 66d7d796c..d13ca81dd 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -50,6 +50,12 @@ export { symlinkSync, symlink } from "./symlink"; export { writeFileSync, writeFile, WriteFileOptions } from "./write_file"; export { ErrorKind, DenoError } from "./errors"; export { libdeno } from "./libdeno"; +export { + permissions, + revokePermission, + Permission, + Permissions +} from "./permissions"; export { platform } from "./platform"; export { truncateSync, truncate } from "./truncate"; export { FileInfo } from "./file_info"; -- cgit v1.2.3