Skip to main content
Module

x/sdeno/deps.ts>os.hostname

Steno on Deno. Specialized fast async file writer.
Go to Latest
function os.hostname
import { os } from "https://deno.land/x/sdeno@v1.0.9/deps.ts";
const { hostname } = os;

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

Returns

string