UNPKG

featurehub-repository

Version:

Core package of API that exposes FeatureHub feature flags, values and configuration to client applications written in Typescript or Javascript.

8 lines (7 loc) 211 B
export interface EdgeService { contextChange(header: string): Promise<void>; clientEvaluated(): boolean; requiresReplacementOnHeaderChange(): boolean; close(): void; poll(): Promise<void>; }