unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
4 lines • 332 B
TypeScript
import { type ClientInitOptions } from './offline-unleash-client.js';
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