unleash-server
Version:
Unleash is an enterprise ready feature flag service. It provides different strategies for handling feature flags.
5 lines • 372 B
TypeScript
import type { IUnleashConfig } from './lib/types/option.js';
export declare function migrateDb({ db }: Pick<IUnleashConfig, 'db'>, stopAt?: string): Promise<void>;
export declare function requiresMigration({ db, }: Pick<IUnleashConfig, 'db'>): Promise<boolean>;
export declare function resetDb({ db }: IUnleashConfig): Promise<void>;
//# sourceMappingURL=migrator.d.ts.map