Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable compat.getConfig
import { compat } from "https://deno.land/x/embassyd_sdk@v0.3.4.3.0-alpha1/lib/esm/mod.js";
const { getConfig } = compat;

Call with the configuration to get a standard getConfig for the expected exports Assumption: start9/config.yaml is where the config will be stored Throws: Error if there is no file Throws: Error if the config.yaml isn't yaml nor config shape

type

(spec) => unknown