Interface IConfigLoader

Interface for config loaders v0.10.0

interface IConfigLoader {
    type: string;
    callback(lookupKey: string): LoaderValue | Promise<LoaderValue>;
}

Properties

Methods

Properties

type: string

this is shown on logs ConfigVariables[___type___]: KEY [VALUE] from {path}

Methods