UNPKG

unleash-server

Version:

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

5 lines 289 B
import type { Application } from 'express'; declare function noneAuthentication(baseUriPath: string, app: Application): void; export declare function noApiToken(baseUriPath: string, app: Application): void; export default noneAuthentication; //# sourceMappingURL=no-authentication.d.ts.map