Skip to content
On this page

Home > meteofrance_api > updateConfig

updateConfig() function

Update config.json with new value

Signature:

typescript
declare function updateConfig(key: string, value: any): void;

Parameters

Parameter

Type

Description

key

string

Key of config

value

any

New value of config

**Returns:**

void