• Gets the configuration.

    Returns Config

    Config The configuration.

    Remarks

    This function returns the configuration object. If any value in the configuration object is empty, an error is thrown.

    Throws

    Error Throws an error if any value in the configuration object is empty.

    Example

    const myConfig = getConfig();
    

Generated using TypeDoc