Skip to main content

native

function realpathSync.native
Jump to headingnative(
path: PathLike,
options?: EncodingOption,
): string
Jump to headingnative(
path: PathLike,
options?: EncodingOption,
): string | Buffer

Parameters Jump to heading

Return Type Jump to heading

string | Buffer
Back to top