Skip to main content
function unlinkSync
unlinkSync(path: PathLike): void
Deprecated

Synchronous unlink(2). Returns undefined.

Parameters

path: PathLike

Return Type

void
Back to top