UNPKG

zora-tap-reporter

Version:

TAP reporters for zora testing library

3 lines (2 loc) 107 B
import { TapReporter } from './tap'; export declare const factory: (log: (m: any) => void) => TapReporter;