You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, parse is declared as returning DotenvParseOutput. This forces people wanting to have typed environmental configuration to typehint the result of parse as any:
Currently,
parse
is declared as returningDotenvParseOutput
. This forces people wanting to have typed environmental configuration to typehint the result of parse asany
:This looks not very elegant and could be solved easily by having
parse
function being generic:The text was updated successfully, but these errors were encountered: