Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function convertFilePathToMatch
Re-export
import { convertFilePathToMatch } from "https://deno.land/x/fathym_eac_runtime@v0.1.32/mod.ts";

Parameters

filePath: string
loadHandlers: (filePath: string, details: TSetup) => Promise<EaCRuntimeHandlerResult | undefined>
configurePipeline: (
filePath: string,
details: TSetup,
) => void
details: TSetup

Returns

Promise<PathMatch[]>