To synchronously delete a file with JSTime, use theDocumentation Index
Fetch the complete documentation index at: https://docs.awfixer.me/llms.txt
Use this file to discover all available pages before exploring further.
unlinkSync function from the node:fs module. (Currently, there is no JSTime API for deleting files.)
To remove a file asynchronously, use the
unlink function from the node:fs/promises module.