UNPKG

unleash-server

Version:

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

4 lines (3 loc) 153 B
import { Application } from 'express'; declare function noneAuthentication(basePath: string, app: Application): void; export default noneAuthentication;