• Gets a key from a config. The key is tried to be read from the supplied config. If the config doesn't exist in-memory, a ReferenceError will be thrown. If the key doesn't exist, undefined will be returned.

    Throws

    ReferenceError Config doesn't exist

    Returns

    Value at key in supplied config, or undefined

    Parameters

    • key: string

      Key to look up

    • config: string

      Config to look up

    Returns unknown

Generated using TypeDoc