summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 0a923ef1d..3275d9353 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -46,6 +46,7 @@ export {
MakeTempDirOptions
} from "./make_temp_dir";
export { chmodSync, chmod } from "./chmod";
+export { chownSync, chown } from "./chown";
export { utimeSync, utime } from "./utime";
export { removeSync, remove, RemoveOption } from "./remove";
export { renameSync, rename } from "./rename";