Module

x/scaffold/src/template/types.ts>ExportedConfig

scaffold your next project with style and 💗
Latest
type alias ExportedConfig
import { type ExportedConfig } from "https://dotland.deno.dev/x/scaffold@0.3.0/src/template/types.ts";

The exported configuration type.

Type Parameters

Config extends object
optional
Argument = unknown
definition: Config | Promise<Config> | ConfigAsFunction<Config, Argument>