UNPKG

unleash-server

Version:

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

4 lines (3 loc) 181 B
import { Context } from 'unleash-client'; export declare function createContext(value: any): Context; export declare const enrichContextWithIp: (query: any, ip: string) => Context;