Julian Grinblat
Julian Grinblat
Closes https://github.com/kerimdzhanov/dotenv-flow/issues/56
@lucsky that wouldn't work unless https://github.com/kerimdzhanov/dotenv-flow/pull/57 is merged
Do you have type module in package.json?
I think the `.d.ts` version of the types needs to use `export = ...` syntax instead of `export default ...` I tried to do something similar in https://github.com/auth0/jwt-decode/pull/130, the way...
@RebeccaStevens It does seem to work in my other PR though, at least as far as I tested. I thought the main incompatibility between the two types of modules is...
@shellscape @lukastaegert OK I finally got around to deep dive into this issue and iron out the details. Originally I thought that this would be a breaking change and require...
I could fix the conflicts but I'll need someone to merge it 😅
Done! 😄
Sent a PR implementing this is #241 ... but like my other PRs to this repo, there is no sign of it ever getting merged in...
Oh just noticed this was moved to the serverless org, there is hope after all! I'm maintaining my own fork with the 3 PRs I have, but holding out hope...