UNPKG

unleash-server

Version:

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

4 lines (3 loc) 208 B
import { Arbitrary } from 'fast-check'; import { PlaygroundRequestSchema } from '../../../lib/openapi/spec/playground-request-schema'; export declare const generate: () => Arbitrary<PlaygroundRequestSchema>;