polyv-live-cli
Version:
CLI tool for managing PolyV live streaming services.
8 lines • 491 B
TypeScript
import { Command } from 'commander';
import { OutputFormat } from '../handlers/base.handler';
export declare function validateOutputFormat(value: string): OutputFormat;
export declare function parsePositiveInteger(value: string): number;
export declare function parsePositiveNumber(value: string): number;
export declare function parseStringList(value: string): string[];
export declare function registerLotteryCommands(program: Command): void;
//# sourceMappingURL=lottery.commands.d.ts.map