Skip to main content
Module

x/deno/js/os.ts>homeDir

A modern runtime for JavaScript and TypeScript.
Go to Latest
function homeDir
import { homeDir } from "https://deno.land/x/deno@v0.17.0/js/os.ts";

Returns the current user's home directory. Requires the --allow-env flag.

Returns

string