UNPKG

unleash-server

Version:

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

5 lines (4 loc) 218 B
import { Knex } from 'knex'; import { IUnleashConfig } from '../types/option'; import { IUnleashStores } from '../types/stores'; export declare const createStores: (config: IUnleashConfig, db: Knex) => IUnleashStores;