Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function loadMiddleware
import { loadMiddleware } from "https://deno.land/x/fathym_eac_runtime@v0.1.54/src/utils/dfs/loadMiddleware.ts";

Parameters

esbuild: ESBuild
fileHandler: DFSFileHandler
filePath: string
dfsLookup: string

Returns

Promise<[string, EaCRuntimeHandlerResult] | undefined>