method Dir.prototype.closeSync Usage in Denoimport { Dir } from "node:fs"; Dir.prototype.closeSync(): void Synchronously close the directory's underlying resource handle. Subsequent reads will result in errors. Return Type void