UNPKG

unleash-server

Version:

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

4 lines 218 B
import type { IUnleashConfig, IUnleashStores } from '../types'; import type { Db } from './db'; export declare const createStores: (config: IUnleashConfig, db: Db) => IUnleashStores; //# sourceMappingURL=index.d.ts.map