Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/os.ts>hostname

Deno standard library
Go to Latest
function hostname
import { hostname } from "https://deno.land/std@0.148.0/node/os.ts";

Returns the host name of the operating system as a string.

Returns

string