UNPKG

unleash-server

Version:

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

7 lines (6 loc) 238 B
import { IUnleashConfig, IUnleashServices } from '../types'; declare const Controller: any; declare class IndexRouter extends Controller { constructor(config: IUnleashConfig, services: IUnleashServices); } export default IndexRouter;