Skip to content

Releases: BolajiOlajide/env-utils

Helpful Hands

04 Jan 16:36
Compare
Choose a tag to compare

This release adds some useful helpers for env-utils with typescript.

Instead of casting the type EnvValue to whatever format you want, you can make use of the following utility functions which return variables of a single type.

  • getStringEnv
  • getNumericEnv
  • getBoolEnv
  • getArrayEnv

Typewriter

27 Dec 06:32
Compare
Choose a tag to compare

This release concludes the migration of env-utils from javascript to typescript.

It also includes the addition of new options such as 👍🏽

  • IsNumber
  • isArray
  • separator