Skip to main content
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.5.0/mod.unstable.ts";

Get all entries in dir. Resulting paths will not include dir. Symlinks are ignored.

Parameters

dir: string

Returns

Promise<string[]>