UNPKG

@workflow-manager/runner

Version:

CLI runner for in-memory and markdown workflow orchestration using ATEP-like envelopes

3 lines (2 loc) 122 B
import type { JudgeVerdict } from "./judge.js"; export declare function renderJudgeReport(verdict: JudgeVerdict): string;