Skip to content

@config-bound/core

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
configBoundConfigBound runtime classes and factory.
element/elementConfiguration element (leaf node) with validation and transformation
schemaSchema type definitions and builder helpers for declaring ConfigBound schemas.
section/sectionConfiguration section (container) for grouping elements
utilities/errorsCustom error classes for configuration operations
utilities/loggerLogging utilities for configuration loading and debugging