unjs / std-env

Runtime Agnostic JS utils
MIT License
433 stars 25 forks source link

Bug: Obect keys for env object #118

Open tada5hi opened 5 months ago

tada5hi commented 5 months ago

Environment

Node.JS: 18.18.0 Package: 3.7.0

Reproduction

Check out the provided test in the pr, without modifications of the src/env.ts file

Describe the bug

At the moment it is not possible to use Object.keys with the exported variable.

Additional context

No response

Logs

No response