Skip to main content
Module

x/dynamo/mod.ts>Config

A useful configuration library for Deno applications
Go to Latest
type alias Config
import { type Config } from "https://deno.land/x/dynamo@v0.1.2/mod.ts";

An interface representing the base of a configuration file.

definition: Record<string, any> & { reload: () => Promise<void>; }