The base provider class that all other classes extend from. This helps to share the configuration, loggers and displays.
The Provider acts as a base class to extend from. By itself, it does nothing. It's useful for initialising and sharing useful things to it's child class.
Provider
The configuration object passed from the derived class to Provider.
The Config object provided to this instance.
Config
The Display instance which allows displaying user configued messages.
Display
The Logger instance which allows various log types based on level.
Logger
Generated using TypeDoc
The base provider class that all other classes extend from. This helps to share the configuration, loggers and displays.