UNPKG

unleash-server

Version:

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

4 lines 229 B
import { type Arbitrary } from 'fast-check'; import { type SdkContextSchema } from './sdk-context-schema.js'; export declare const generate: () => Arbitrary<SdkContextSchema>; //# sourceMappingURL=sdk-context-schema.test.d.ts.map