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
/
index.d.ts
8 lines
(7 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
TConfig
}
from
'./types'
;
export
declare
type
TResult
= {
reportURL
:
string
;
config
:
TConfig
; };
declare
const
_default
:
(
data
:
string
) =>
Promise
<
TResult
>;
export
default
_default;