UNPKG
@pokujs/c8
Version:
latest (2.0.0)
2.0.0
1.2.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.1.1
0.1.0
☔️ A Poku plugin for V8 code coverage using c8.
poku.io
pokujs/c8
@pokujs/c8
/
lib
/
index.d.ts
5 lines
(4 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
import
type
{
PokuPlugin
}
from
'poku/plugins'
;
import
type
{
CoverageOptions
}
from
'./types.js'
;
export
type
{
CoverageOptions
}
from
'./types.js'
;
export
declare
const
coverage
:
(
options
?:
CoverageOptions
) =>
PokuPlugin
;