tusharmath / node-config-ts

A simple node configuration manager
61 stars 31 forks source link

Refactor: drop `ramda` #85

Closed FelixGraf closed 1 year ago

FelixGraf commented 1 year ago

I also had to change MAX_RETRIES: 999 to MAX_RETRIES: '999' in the mocked process.env to comply with the types of environment variables being strings

Closes: #83

tusharmath commented 1 year ago

Thank you @FelixGraf !