UNPKG

unleash-server

Version:

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

4 lines 219 B
export declare function encrypt(s?: string): string; export declare function anonymise(s?: string): string; export declare function anonymiseKeys<T>(object: T, keys: string[]): T; //# sourceMappingURL=anonymise.d.ts.map