UNPKG

@nexe/config-manager

Version:

Nexe Config Manager - A flexible configuration management solution with multiple sources and hot reload support

6 lines 193 B
/** * 配置装饰器元数据键 */ export const CONFIG_PROPERTY_METADATA = 'config:property'; export const CONFIG_SECTION_METADATA = 'config:section'; //# sourceMappingURL=interfaces.js.map