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

Parameters

filePath: string
dfs: EaCDistributedFileSystem
loadHandlers: (filePath: string, details: TSetup) => Promise<EaCRuntimeHandlerResult>
configurePipeline: (
filePath: string,
pipeline: EaCRuntimeHandlerPipeline,
details: TSetup,
) => void
details: TSetup

Returns

Promise<PathMatch>