unjs / std-env

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

make `runtime` strongly typed #92

Closed o-az closed 7 months ago

o-az commented 8 months ago

Describe the feature

thoughts on making runtime strongly typed instead of string? Basically make it same type as runtimeInfo.name

https://github.com/unjs/std-env/blob/f9b5d1a0763d23a0b48ffae110d91160ff89eee2/src/runtimes.ts#L48

Additional information