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

Parameters

esbuild: ESBuild
fileHandler: DFSFileHandler
filePath: string
dfs: EaCDistributedFileSystem

Returns

Promise<
[
string,
ComponentType<any>,
boolean,
string,
]
>