UNPKG

unleash-server

Version:

Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.

4 lines 342 B
import type { Request, Response, NextFunction } from 'express'; import type { IUnleashConfig } from '../types/index.js'; export declare const originMiddleware: ({ getLogger, eventBus, }: Pick<IUnleashConfig, "getLogger" | "eventBus">) => (req: Request, _: Response, next: NextFunction) => void; //# sourceMappingURL=origin-middleware.d.ts.map