Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/node/os.ts>homedir

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function homedir
import { homedir } from "https://deno.land/std@0.145.0/node/os.ts";

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

Returns

string | null