UNPKG

featurehub-javascript-client-sdk

Version:
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;