Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.17/deps.ts";
const { homedir } = os;

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

Returns

string | null