UNPKG

unleash-server

Version:

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

8 lines 208 B
export declare const TAG_MIN_LENGTH = 2; export declare const TAG_MAX_LENGTH = 50; export interface ITag { value: string; type: string; color?: string | null; } //# sourceMappingURL=index.d.ts.map