Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LoadConfigResult

interface LoadConfigResult <T> {
config: T;
sources: string[];
}

§Type Parameters

§Properties

§
config: T
[src]
§
sources: string[]
[src]