import { Deno } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { realpathSync } = Deno;
Returns absolute normalized path with symbolic links resolved synchronously.
const realPath = Deno.realpathSync("./some/path");