UNPKG
@twilio/rtc-diagnostics
Version:
alpha (1.0.0-preview3)
beta (1.0.0-beta2)
latest (1.0.1)
1.0.1
1.0.0
1.0.0-preview3
1.0.0-beta2
1.0.0-beta1
Various diagnostics functions to help analyze connections to Twilio
@twilio/rtc-diagnostics
/
.nycrc
19 lines
(18 loc)
•
211 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"extension"
:
[
".js"
,
".ts"
]
,
"include"
:
[
"lib/**/*"
]
,
"exclude"
:
[
"**/*.d.ts"
,
"lib/recorder/encoder/worker.ts"
]
,
"reporter"
:
[
"html"
,
"lcov"
,
"text"
]
}