UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

3 lines (2 loc) 108 B
import type { Pool } from 'pg'; export declare function runMigrationsIfNeeded(pgPool: Pool): Promise<void>;