-
-
Notifications
You must be signed in to change notification settings - Fork 0
6 config factory
wiki[bot] edited this page Aug 23, 2026
·
1 revision
A NestJS configuration library providing decorators and modules for caching return values and validating configurations. @triplef/config-factory is published to npm as an ESM-only package.
This library is ESM-only and does not support CommonJS. Your project must use ES modules.
| Module | Description |
|---|---|
| 6.1. Config-Factory Module | NestJS module for registering configuration providers |
| 6.2. Cache Return Value | Decorator that caches method/getter return values with optional Joi validation |
| 6.3. Validate Return Value | Decorator that validates method/getter return values against a Joi schema |
npm install @triplef/config-factorynpm install @triplef/helpers @nestjs/common joi