Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hex/src/options/mod.ts>ConfigureOptionsFn

An ecosystem delivering practices, philosophy and portability.
Go to Latest
type alias ConfigureOptionsFn
import { type ConfigureOptionsFn } from "https://deno.land/x/hex@0.5.15/src/options/mod.ts";
definition: (envReader: EnvReader, options: Options<T>) => Promise<Options<T> | void> | Options<T> | void