Skip to main content
Module

x/sdeno/deps.ts>os.homedir

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

Returns the string path of the current user's home directory.

Returns

string | null