UNPKG

polyv-live-cli

Version:

CLI tool for managing PolyV live streaming services.

5 lines 286 B
import { Command } from 'commander'; import { OutputFormat } from '../handlers/base.handler'; export declare function validateOutputFormat(value: string): OutputFormat; export declare function registerDonateCommands(program: Command): void; //# sourceMappingURL=donate.commands.d.ts.map