method Dir.prototype.closeSync Usage in Deno```typescript import { Dir } from "node:node__fs.d.ts"; ``` Dir.prototype.closeSync(): void Synchronously close the directory's underlying resource handle. Subsequent reads will result in errors. Return Type void