UNPKG

unleash-server

Version:

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

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