UNPKG

@heroku-cli/plugin-pipelines

Version:

@heroku-cli/plugin-pipelines ============================

8 lines (7 loc) 288 B
declare const INFERRABLE_STAGES: { name: string; inferRegex: RegExp; }[]; declare const INFERRABLE_STAGE_NAMES: string[]; declare const STAGE_NAMES: string[]; export { INFERRABLE_STAGES as inferrableStages, INFERRABLE_STAGE_NAMES as inferrableStageNames, STAGE_NAMES as names, };