function homePathimport { homePath } from "https://deno.land/x/simple_utility@v2.0.9/src/deno/path.ts"; homePath(): stringSystem-wide home directory path for each OS. ${HOME} for UNIX and %USERPROFILE% for Windows. ExamplesExample 1 const path = homePath(); Returnsstring