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.

5 lines (4 loc) 131 B
import { FeatureFlagScope } from './feature-flag.constants'; export interface FeatureFlagOptions { scope?: FeatureFlagScope; }