UNPKG

unleash-server

Version:

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

4 lines 239 B
import type { JSONSchema } from 'json-schema-to-ts'; export declare function mergeAllOf(a: JSONSchema, b: JSONSchema): JSONSchema; export declare function mergeAllOfs(schemas: JSONSchema[]): JSONSchema; //# sourceMappingURL=all-of.d.ts.map