UNPKG

unleash-server

Version:

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

4 lines 255 B
import type { RequestHandler } from 'express'; import type { EdgeService } from '../../services/index.js'; export declare const hmacSignatureVerifyTokenRequest: (edgeService: EdgeService) => RequestHandler; //# sourceMappingURL=edge-hmac-verifier.d.ts.map