Module resolve

Source
Expand description

Helper for resolving env vars

Structs§

UnresolvedEnvVarError
Error when we failed to resolve an env var

Statics§

RE_PLACEHOLDER
A regex that matches ${val} placeholders

Functions§

interpolate
Replaces all Env var placeholders in the input string with the values they hold