Skip to content

readlinkSync

readlinkSync(this, path, options?): NonSharedBuffer

Defined in: src/node/sync.ts:485

unknown

PathLike

BufferEncodingOption

NonSharedBuffer

readlinkSync(this, path, options): string

Defined in: src/node/sync.ts:486

unknown

PathLike

"ascii" | "utf8" | "utf-8" | "utf16le" | "utf-16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex" | ObjectEncodingOptions | null | undefined

string

readlinkSync(this, path, options?): string | NonSharedBuffer

Defined in: src/node/sync.ts:487

unknown

PathLike

"buffer" | { encoding: "buffer"; } | "ascii" | "utf8" | "utf-8" | "utf16le" | "utf-16le" | "ucs2" | "ucs-2" | "base64" | "base64url" | "latin1" | "binary" | "hex" | ObjectEncodingOptions | null

string | NonSharedBuffer