UNPKG
codecov-lite
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.3.1
0.3.0
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
LCOV uploader for codecov.io service
github.com/nextools/metarepo
nextools/metarepo
codecov-lite
/
types
/
getConfig.d.ts
4 lines
(3 loc)
•
104 B
TypeScript
View Raw
1
2
3
4
import
type
{
TConfig
}
from
'./types'
;
declare
const
_default
:
() =>
TConfig
;
export
default
_default;