Module: configGet

(require("configGet"))(key) → {object}

Returns value of root config with given key
Parameters:
Name Type Description
key string the key to lookup, or 'all' to return all values
Source:
Returns:
- the value or object of all values, or null if object not found
Type
object
Examples
myPapi.configGet('all');
myPapi.configGet('lang');