unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
5 lines • 295 B
TypeScript
import joi from 'joi';
export declare const constraintNumberTypeSchema: joi.NumberSchema<number>;
export declare const constraintStringTypeSchema: joi.ArraySchema<string[]>;
export declare const constraintDateTypeSchema: joi.DateSchema<Date>;
//# sourceMappingURL=constraint-value-types.d.ts.map