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
/
config.d.ts
3 lines
(2 loc)
•
147 B
TypeScript
View Raw
1
2
3
import
type
{
CoverageOptions
}
from
'./types.js'
;
export
declare
const
loadConfig
:
(
cwd
:
string
,
customPath
?:
string
|
false
) =>
CoverageOptions
;