Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Config

Index

Properties

_config: IoCog

Constructors

Methods

  • get<T>(key: string, defaultValue?: unknown): T
  • has(key: string): boolean
  • hasValue(key: string): boolean
  • defaults(defaults: {}): void
  • recursiveDefaults(config: {}, defaults: {}): {}
  • Parameters

    • config: {}
      • [key: string]: unknown
    • defaults: {}
      • [key: string]: unknown

    Returns {}

    • [key: string]: unknown
  • required(keys: string[]): void

Generated using TypeDoc