MattRoss34 / spring-cloud-config

NodeJS configuration management library based on Spring Cloud Config.
ISC License
26 stars 8 forks source link

Export ConfigObject in Typescript #89

Open sunnyrockstar98 opened 3 years ago

sunnyrockstar98 commented 3 years ago

Hi I want to use Config.Instance() in multiple files - but want to load the ConfigObject in only 1 file. What is the best way to achieve this?