Module

std/node/fs.ts>Dir#closeSync

Deno standard library
Go to Latest
method Dir.prototype.closeSync
import { Dir } from "https://dotland.deno.dev/std@0.124.0/node/fs.ts";

Unlike Node, Deno does not require managing resource ids for reading directories, and therefore does not need to close directories when finished reading