Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pup/plugins/web-interface/deps.ts>Bundlee#recursiveReaddir

Universal process manager built in Deno
Go to Latest
method Bundlee.prototype.recursiveReaddir
import { Bundlee } from "https://deno.land/x/pup@1.0.0-beta.35/plugins/web-interface/deps.ts";

Recursively read a directory and return a list of files.

Parameters

path: string

The directory path.

optional
extensionFilter: string[]

An optional list of extensions to filter files.

Returns

Promise<string[]>

A promise that resolves to an array of file paths.