import { Deno } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { readlinkSync } = Deno;
Returns the destination of the named symbolic link synchronously.
const targetPath = Deno.readlinkSync("symlink/path");
x/deno/cli/js/lib.deno_runtime.d.ts>Deno.readlinkSync
import { Deno } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
const { readlinkSync } = Deno;
Returns the destination of the named symbolic link synchronously.
const targetPath = Deno.readlinkSync("symlink/path");