UNPKG

nestjs-feature-config

Version:

A powerful NestJS Dynamic Module for type-safe feature configuration management with conditional validation. Build robust, scalable applications with validated configuration schemas that adapt to your deployment environment.

13 lines 631 B
export { FeatureConfigModule, ConfigToken } from './config.module'; export type { ConfigOptions } from './config.module'; export { IsRequiredIf, IsRequiredInEnv, When } from './validation'; export type { ConditionFn } from './validation'; export declare const VERSION = "2.0.0-simplified"; export declare const LIBRARY_INFO: { readonly name: "@eng-mmustafa/nestjs-feature-config"; readonly version: "2.0.0-simplified"; readonly description: "Ultra-simple, type-safe configuration management for NestJS"; readonly author: "Mohammed Mustafa"; readonly license: "MIT"; }; //# sourceMappingURL=index-simple.d.ts.map