Documentation
    Preparing search index...
    getConfig: (key: string, def?: any) => Promise<any>

    Type Declaration

      • (key: string, def?: any): Promise<any>
      • Function

        Get Config variable value by key (contract)

        Parameters

        • key: string
        • Optionaldef: any

        Returns Promise<any>