# Functions

Bool returns an environment variable of type bool.
BoolDefault returns an environment variable of type bool or the default value.
Int returns an environment variable of type int.
IntDefault returns an environment variable of type int or the default value.
String returns an environment variable of type string.
StringDefault returns an environment variable of type string or the default value.