Evan Shortiss
Evan Shortiss
Thanks for raising this issue @smblee. I think it's a good point, and the module probably shouldn't assume that it's operating in a Node.js environment. One problem is that I...
@smblee any luck with that fix? If so I can merge it into this module and push a patch release.
@RodrigoDornelles this is a good suggestion. I've had to do this before, though I was lazy and used `asString()`. The one issue with this is how strict the implementation is....
Released this in version 7.2.0. Thank you all.
@structinfo this certainly could be helpful. Do you think it could be used to replace the current `example()` or should be used in conjunction with it? Currently if a developer...
@moltar thanks for raising this, `expect-type` looks pretty nice, though I think `tsd` is more mature. Have you used both? What do you think? It would be fantastic to be...
@just-chillin agreed. This would be a devDependency so it won't affect users of the module. I'm much more dubious about adding regular dependencies. Edit: In other words, I completely agree...
Thanks @bigen1925!
@she11sh0cked a `requiredByDefault` seems like a good option to add. I'm thinking the signature of [from()](https://github.com/evanshortiss/env-var/blob/master/API.md#fromvalues-extraaccessors-logger) can be updated to support an options object instead of a list of args....
@she11sh0cked apologies for the delay. I'm after making some progress on a TypeScript rewrite recently. I will factor this into it too.