UNPKG

unleash-server

Version:

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

4 lines (3 loc) 267 B
import { ClientInitOptions } from './offline-unleash-client'; import { Unleash as UnleashClientNode } from 'unleash-client'; export declare const offlineUnleashClientNode: ({ features, context, logError, segments, }: ClientInitOptions) => Promise<UnleashClientNode>;