UNPKG
zora-tap-reporter
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
TAP reporters for zora testing library
zora-tap-reporter
/
dist
/
declarations
/
tap-indent.d.ts
3 lines
(2 loc)
•
107 B
TypeScript
View Raw
1
2
3
import
{
TapReporter
}
from
'./tap'
;
export
declare
const
factory
:
(
log
: (m:
any
) =>
void
) =>
TapReporter
;