UNPKG

jamsocket

Version:

A CLI for the Jamsocket platform

11 lines (10 loc) 253 B
import { Command } from '@oclif/core'; export default class Create extends Command { static description: string; static examples: string[]; static args: { name: string; required: boolean; }[]; run(): Promise<void>; }