UNPKG

unleash-server

Version:

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

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