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