property NodeHost.realPath

Resolve a path to its canonical absolute form, following symlinks.

Type

(path: string) => Promise<string>

Usage

import { type NodeHost } from "runtime/src/index.ts";