UNPKG

unleash-server

Version:

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

4 lines 242 B
import type { Context } from 'unleash-client'; export declare function createContext(contextData: any): Context; export declare const enrichContextWithIp: (contextData: any, ip: string) => Context; //# sourceMappingURL=create-context.d.ts.map