UNPKG

@electric-sql/cli

Version:

ElectricSQL command line interface (CLI).

7 lines (6 loc) 316 B
/// <reference types="node" /> /// <reference types="node" /> import { Command } from 'commander'; import { Config } from '../config.js'; export declare function makeWithConfigCommand(): Command; export declare function withConfig(command: string, config?: Config): import("child_process").SpawnSyncReturns<Buffer>;