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

Parameters

denoKv: Deno.Kv
currentEaC: EverythingAsCode
handler: EaCHandler
jwt: string
def: Record<string, EaCMetadataBase>
current: Record<string, EaCMetadataBase>
lookups: string[]

Returns

Promise<Record<string, EaCMetadataBase>>