Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "i18n/resource-loader"

Index

Classes

Interfaces

Variables

Functions

Variables

Const _

_: any = externalInterface.underscore

Const isString

isString: any = _.isString

Functions

getByNamespace

  • getByNamespace<T>(repo: object, identifiers: Array<string>, startLevel?: number): T
  • Retrieves a value from a variable by a given namespace nested structure.

    function

    getByNamespace

    Type parameters

    • T

    Parameters

    • repo: object
      • [key: string]: T
    • identifiers: Array<string>
    • Default value startLevel: number = 1

    Returns T

Generated using TypeDoc