Global

Methods

get(key) → {Promise}

Get the configuration value by the provided key.

Parameters:
Name Type Description
key

Configuration key.

Source:
Returns:
Type
Promise

set(key, value) → {Promise}

Set the provided value to the provided key.

Parameters:
Name Type Description
key

Configuration key.

value

Configuration value.

Source:
Returns:
Type
Promise