unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
4 lines • 329 B
TypeScript
import { type ClientInitOptions } from './offline-unleash-client';
import { Unleash as UnleashClientNode } from 'unleash-client';
export declare const offlineUnleashClientNode: ({ features, context, logError, segments, }: ClientInitOptions) => Promise<UnleashClientNode>;
//# sourceMappingURL=offline-unleash-client.test.d.ts.map