summaryrefslogtreecommitdiff
path: root/js/deno.ts
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2019-09-27 16:09:42 -0700
committerRyan Dahl <ry@tinyclouds.org>2019-09-27 19:09:42 -0400
commit6efca6d1a17638136eadf39644f392f9107a4a6c (patch)
tree6aedab40214d21396122a97b4e6335a0f084a079 /js/deno.ts
parentd36391ad20afe56aaa6e42fd63597221636fdfcb (diff)
Add Deno.hostname() (#3032)
Diffstat (limited to 'js/deno.ts')
-rw-r--r--js/deno.ts2
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,