UNPKG

heroku

Version:

CLI to interact with Heroku

6 lines (5 loc) 152 B
import { Command } from '@heroku-cli/command'; export default class Clear extends Command { static description: string; run(): Promise<void>; }