UNPKG

@launchdarkly/js-sdk-common

Version:
8 lines 214 B
import { LDFlagValue } from './LDFlagValue'; /** * A map of feature flags from their keys to their values. */ export interface LDFlagSet { [key: string]: LDFlagValue; } //# sourceMappingURL=LDFlagSet.d.ts.map