UNPKG

@kameleoon/javascript-sdk-core

Version:
8 lines (7 loc) 262 B
import { FeatureFlagType } from './types'; export declare class MEGroup { private readonly _featureFlags; constructor(featureFlags: FeatureFlagType[]); getFeatureFlagByHash(hash: number): FeatureFlagType; get featureFlags(): FeatureFlagType[]; }