Skip to content

@config-bound/config-bound

Modules

ModuleDescription
bind/bindCore Bind class for retrieving configuration values from sources
bind/binds/envVarEnvironment variable bind implementation
bind/binds/fileFile-based bind implementation supporting JSON, JSONC, and YAML
bind/binds/staticStatic value bind for hardcoded configuration
bind/configValueProviderProvider interface for custom value retrieval logic
configBoundMain ConfigBound class and configuration builder functions
element/elementConfiguration element (leaf node) with validation and transformation
section/sectionConfiguration section (container) for grouping elements
utilities/errorsCustom error classes for configuration operations
utilities/loggerLogging utilities for configuration loading and debugging