Skip to main content
Module

x/alephjs/server/helpers.ts>getFiles

The Full-stack Framework in Deno.
Latest
function getFiles
import { getFiles } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/server/helpers.ts";

Parameters

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

Returns

Promise<string[]>