UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

7 lines (6 loc) 181 B
import { Command } from "@oclif/core"; export default class SpacesLocks extends Command { static description: string; static examples: string[]; run(): Promise<void>; }