Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 291 Bytes

File metadata and controls

13 lines (8 loc) · 291 Bytes

readlink (function)

Reads a symlink.

Returns the target of the symlink, which may be absolute or relative.

Provides the same functionality as the unix binary of the same name.

declare function readlink(path: string | Path): Path;