Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function callEaCHandler
import { callEaCHandler } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";

Parameters

loadEac: (entLookup: string) => Promise<EverythingAsCode>
handler: EaCHandler
commitReq: EaCCommitRequest
key: string
currentEaC: EverythingAsCode
diff: T

Returns

Promise<{ Checks: EaCHandlerCheckRequest[]; Errors: EaCHandlerErrorResponse[]; Result: T; }>