Ecosystem
ArkEnv
ArkEnv brings the power of ArkType to your environment variables.
Define an ArkType schema, pull values from your environment or config source, validate them, apply type conversions and transformations, and end up with a fully typesafe, ready-to-use env
object.
Inspired by tools like T3 Env but tailored specifically for ArkType, ArkEnv also adds keywords like string.host
and number.port
for env-specific use cases.