UNPKG

@electric-sql/cli

Version:

ElectricSQL command line interface (CLI).

5 lines (4 loc) 208 B
/// <reference types="node" /> export declare function dockerCompose(command: string, userArgs?: string[], containerName?: string, env?: { [key: string]: string; }): import("child_process").ChildProcess;