Skip to main content
Module

x/aleph/server/helpers.ts>findFile

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

Find file in the cwd directory.

Parameters

filenames: string[]
optional
cwd = [UNSUPPORTED]

Returns

Promise<string | undefined>