UNPKG

@interopio/cli

Version:

Interop.io CLI - a command line for creating Interop.io applications

3 lines (2 loc) 144 B
import * as child from "node:child_process"; export declare const runCommand: (command: string, options: child.ExecOptions) => Promise<string>;