UNPKG

unleash-server

Version:

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

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