UNPKG

heroku

Version:

CLI to interact with Heroku

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