Skip to content

bglidwell/ts-env

Repository files navigation

Typesafe ENV variables

env('ENV_VAR_NAME', 'DEFAULT VALUE')

supports the following types

  • string
  • boolean
  • integer
  • float
  • json
  • array
  • csv
  • date