Skip to main content
Module

std/node/fs.ts>opendir

Deno standard library
Go to Latest
function opendir
Re-export
import { opendir } from "https://deno.land/std@0.166.0/node/fs.ts";

Parameters

path: string | Buffer | URL
options: Options | Callback
optional
callback: Callback