motdotla / dotenv-expand

Variable expansion for dotenv. Expand variables already on your machine for use in your .env file.
https://dotenvx.com
BSD 2-Clause "Simplified" License
955 stars 95 forks source link

fix: add typings for `import 'dotenv-expand/config'` #99

Closed mauriciobraz closed 9 months ago

mauriciobraz commented 1 year ago

Fixes Could not find a declaration file for module 'dotenv-expand/config'. that TypeScript throws.

motdotla commented 9 months ago

thank you