UNPKG

poku

Version:

🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.

7 lines (6 loc) 190 B
import type { ReporterPlugin } from '../../@types/poku.js'; export declare const errors: { file: string; output?: string; }[]; export declare const poku: ReturnType<ReporterPlugin>;