Skip to main content
Module

x/aleph/server/helpers.ts>getFiles

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function getFiles
import { getFiles } from "https://deno.land/x/aleph@1.0.0-beta.21/server/helpers.ts";

Get files in the directory.

Parameters

dir: string
optional
filter: (filename: string) => boolean
optional
__path: string[] = [UNSUPPORTED]

Returns

Promise<string[]>