FlagStore
FlagStore
Represents a store for feature flags. This store extends the Collection class to manage feature flags by their keys.
Signature
class FlagStore extends Collection<string, FeatureFlag<any, any>> {
}
- Extends:
Collection<string, FeatureFlag<any, any>>