UNPKG

288 BTypeScriptView Raw
1declare const INFERRABLE_STAGES: {
2 name: string;
3 inferRegex: RegExp;
4}[];
5declare const INFERRABLE_STAGE_NAMES: string[];
6declare const STAGE_NAMES: string[];
7export { INFERRABLE_STAGES as inferrableStages, INFERRABLE_STAGE_NAMES as inferrableStageNames, STAGE_NAMES as names, };