Home > meteofrance_api > getConfig
getConfig() function
Get config from config.json
Signature:
typescript
declare function getConfig(key?: string): any;
Parameters
Parameter | Type | Description |
---|---|---|
key | string | (Optional) Key of config |
any