UNPKG

unleash-server

Version:

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

4 lines 259 B
import type { IUnleashConfig } from './lib/types/option'; export declare function migrateDb({ db }: IUnleashConfig, stopAt?: string): Promise<void>; export declare function resetDb({ db }: IUnleashConfig): Promise<void>; //# sourceMappingURL=migrator.d.ts.map