UNPKG

heroku

Version:

CLI to interact with Heroku

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