UNPKG

heroku

Version:

CLI to interact with Heroku

8 lines (7 loc) 220 B
import { Command } from '@heroku-cli/command'; export default class Auth2faGenerate extends Command { static description: string; static example: string; static aliases: string[]; run(): Promise<void>; }