Skip to main content
Module

x/dynamo/config.ts>create

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

Loads a configuration file.

Parameters

opts: Options<T>
  • Options for the #create method.

Returns

Promise<T>

The parsed configuation.