UNPKG

unleash-server

Version:

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

8 lines 417 B
type Dict<T> = { [K in keyof T]: (string | number)[]; }; export declare const splitByComma: <T extends Record<string, unknown>>(obj: T) => Dict<T>; export declare const generateCombinations: <T extends Record<string, unknown>>(obj: Dict<T>) => T[]; export declare const generateObjectCombinations: <T extends Record<string, any>>(obj: T) => T[]; export {}; //# sourceMappingURL=generateObjectCombinations.d.ts.map