summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts10
1 files changed, 9 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts
index 7a5c4217e..e24345ccd 100644
--- a/js/deno.ts
+++ b/js/deno.ts
@@ -1,5 +1,13 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
// Public deno module.
-export { exit, makeTempDirSync, readFileSync, writeFileSync } from "./os";
+export {
+ exit,
+ FileInfo,
+ makeTempDirSync,
+ readFileSync,
+ statSync,
+ lStatSync,
+ writeFileSync
+} from "./os";
export { libdeno } from "./libdeno";
export const argv: string[] = [];