UNPKG

eas-cli

Version:
7 lines (6 loc) 205 B
import EasCommand from '../../commandUtils/EasCommand'; export default class BranchPublish extends EasCommand { static description: string; static hidden: boolean; runAsync(): Promise<void>; }