polyv-live-cli
Version:
CLI tool for managing PolyV live streaming services.
6 lines • 334 B
TypeScript
export { registerChannelCommands } from './channel.commands';
export { registerStreamCommands } from './stream.commands';
export { registerMonitorCommands } from './monitor.commands';
export { registerAccountCommands } from './account.commands';
export { registerUseCommand } from './use.commands';
//# sourceMappingURL=index.d.ts.map