Skip to main content
Module

x/hex/mod.ts>options.configureOptions

An ecosystem delivering practices, philosophy and portability.
Go to Latest
variable options.configureOptions
import { options } from "https://deno.land/x/hex@0.5.15/mod.ts";
const { configureOptions } = options;

type

<T>(configureOptionsFn: ConfigureOptionsFn<T>, options?: LoadEnvOptions) => Promise<Options<T>>