Skip to main content
realpathSync.native - node__fs.d.ts - Node documentation
function realpathSync.native

Usage in Deno

```typescript import { realpathSync } from "node:node__fs.d.ts"; ```
native(
path: PathLike,
options?: EncodingOption,
): string

Parameters

path: PathLike
optional
options: EncodingOption

Return Type

string
native(): Buffer

Parameters

Return Type

Buffer
native(
path: PathLike,
options?: EncodingOption,
): string | Buffer

Parameters

path: PathLike
optional
options: EncodingOption

Return Type

string | Buffer