Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias DFSFileHandlerResolver
import { type DFSFileHandlerResolver } from "https://deno.land/x/fathym_eac_runtime@v0.1.35-integration/src/runtime/dfs/DFSFileHandlerResolver.ts";
definition: { Resolve: (ioc: IoCContainer, dfs: EaCDistributedFileSystemDetails) => Promise<DFSFileHandler | undefined>; }