Closed eriandev closed 1 week ago
Corrects the return typing of the loadEnv function because it may return undefined values in the object values.
loadEnv
undefined
Do you have an example where it could return undefined?
Corrects the return typing of the
loadEnv
function because it may returnundefined
values in the object values.