function unlinkSync Usageimport { unlinkSync } from "node:fs"; unlinkSync(path: PathLike): void Synchronous unlink(2). Returns undefined. Synchronous unlink(2). Returns undefined. Parameters path: PathLike Return Type void