Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/mod.unstable.ts>readDir

The best unofficial library of utilities for Deno applications
Go to Latest
function readDir
Re-export
import { readDir } from "https://deno.land/x/dtils@2.3.1/mod.unstable.ts";

Get all entries in dir. Resulting paths will not include dir

Parameters

dir: string

Returns

Promise<string[]>