mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
Add Deno.hostname() (#3032)
This commit is contained in:
parent
d36391ad20
commit
6efca6d1a1
9 changed files with 60 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue