Skip to main content
Module

std/node/os.ts>homedir

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

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

Returns

string | null