UNPKG

unleash-server

Version:

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

4 lines 249 B
import type { Express } from 'express'; import type { IUnleashConfig } from './types/option.js'; export declare function defaultCustomAuthDenyAll(app: Express, config: IUnleashConfig): void; //# sourceMappingURL=default-custom-auth-deny-all.d.ts.map