UNPKG

@boost/core

Version:

Robust pipeline for creating dev tools that separate logic into routines and tasks.

11 lines 309 B
import Reporter from '../Reporter'; export default class CIReporter extends Reporter { routineCount: number; taskCount: number; blueprint(): {}; bootstrap(): void; handleRoutine: () => void; handleTask: () => void; handleStop: () => void; } //# sourceMappingURL=CIReporter.d.ts.map