Config-creator
Create configuration file from json schema and environment variables.
Example
const config = ;const schema = ;const config_creator = ; const result_config = config_creator;
Creator.parse(config:Object, schema:Object, prefix:str) → Object
Synchronously create json from schema.