Skip to main content
Go to Latest
type alias DFSFileHandler
Re-export
import { type DFSFileHandler } from "https://deno.land/x/fathym_eac_runtime@v0.0.116-integration/mod.ts";
definition: { GetFileInfo: (filePath: string, defaultFileName?: string) => Promise<DFSFileInfo>; }