UNPKG

polyv-live-cli

Version:

CLI tool for managing PolyV live streaming services.

6 lines 366 B
import { Command } from 'commander'; export declare function validateOutputFormat(value: string): 'table' | 'json'; export declare function parsePositiveInteger(value: string): number; export declare function parseNonNegativeInteger(value: string): number; export declare function registerQaCommands(program: Command): void; //# sourceMappingURL=qa.commands.d.ts.map