UNPKG

unleash-server

Version:

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

3 lines 248 B
import type { ISettingStore, IUnleashConfig } from '../types/index.js'; export declare function compareAndLogPostgresVersion(config: IUnleashConfig, settingStore: ISettingStore): Promise<void>; //# sourceMappingURL=postgres-version-checker.d.ts.map