UNPKG

jamsocket

Version:

A CLI for the Jamsocket platform

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