UNPKG

@weaverslab/feature-flags

Version:

Feature flags for CodeWeavers

14 lines (13 loc) 356 B
declare class FeatureFlagService { private db; private cache; private events; constructor(); private initialize; private loadFeatureFlags; private listenForChanges; isEnabled(flagName: string): boolean; onUpdate(callback: () => void): void; static setDatabaseUrl(url: string): void; } export { FeatureFlagService };