diff options
Diffstat (limited to 'js/deno.ts')
-rw-r--r-- | js/deno.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/deno.ts b/js/deno.ts index 916b7471a..511e4f0ec 100644 --- a/js/deno.ts +++ b/js/deno.ts @@ -1,7 +1,7 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. // Public deno module. -export { env, exit, isTTY, execPath, homeDir } from "./os.ts"; +export { env, exit, isTTY, execPath, homeDir, hostname } from "./os.ts"; export { chdir, cwd } from "./dir.ts"; export { File, |