UNPKG

nest-feature-guard

Version:

A powerful, NestJS-first feature flag guard and decorator library with Redis caching support. Perfect for implementing feature toggles, A/B testing, gradual rollouts, and user-specific feature access control.

6 lines (5 loc) 210 B
export * from './feature-flag-cache.interface'; export * from './feature-flag.constants'; export * from './feature-flag.interfaces'; export * from './feature-guard'; export * from './redis-feature-flag-cache';