package
Version:
v0.4.5
Opens a new window with list of versions in this module.
Published: Aug 16, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package interpolation ports the string-env-interpolation npm package: it
expands ${VAR} and ${VAR:-default} in config file content before parsing.
Expand replaces ${VAR} with the env value and ${VAR:-default} with the
default when VAR is unset or empty. Unset vars without a default become "".
Source Files
¶
Click to show internal directories.
Click to hide internal directories.