UNPKG

@hangtime/grip-connect-cli

Version:
8 lines 277 B
import type { Command } from "commander"; /** * Registers the `live` command (alias: `stream`) on the Commander program. * * @param program - The root Commander program. */ export declare function registerStream(program: Command): void; //# sourceMappingURL=stream.d.ts.map