UNPKG

clicksuite

Version:

A CLI tool for managing ClickHouse database migrations with environment-specific configurations

8 lines 237 B
import { Context } from './types'; export { Runner } from './runner'; export { Db } from './db'; export * from './types'; export declare function getContext(argv: { [key: string]: any; }): Context; //# sourceMappingURL=index.d.ts.map