UNPKG

featurehub-repository

Version:

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

3 lines (2 loc) 195 B
import { InternalFeatureRepository } from './internal_feature_repository'; export declare function featurehubMiddleware(repo: InternalFeatureRepository): (req: any, res: any, next: any) => void;