UNPKG

unleash-server

Version:

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

6 lines 242 B
import type { SdkContextSchema } from '../../openapi/index.js'; export declare const cleanContext: (context: SdkContextSchema) => { context: SdkContextSchema; removedProperties: string[]; }; //# sourceMappingURL=clean-context.d.ts.map