Skip to main content
Go to Latest
function convertFilePathToPattern
Re-export
import { convertFilePathToPattern } from "https://deno.land/x/fathym_eac_runtime@v0.0.171/mod.ts";

Parameters

allPaths: string[]
filePath: string
loadHandlers: (allPaths: string[], filePath: string) => Promise<EaCRuntimeHandlerResult>
middleware: [string, EaCRuntimeHandlerResult][]