UNPKG

polyv-live-cli

Version:

CLI tool for managing PolyV live streaming services.

4 lines 230 B
import { Command } from 'commander'; export declare function validateOutputFormat(value: string): 'table' | 'json'; export declare function registerSetupCommand(program: Command): void; //# sourceMappingURL=setup.commands.d.ts.map