Module

std/node/os.ts>homedir

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

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

Returns

string | null