UNPKG
html5-plus
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
html5 plus typescript DefinitelyTyped (alpha...)
github.com/westsky/html5-plus
westsky/html5-plus
html5-plus
/
types
/
plus.events.d.ts
11 lines
(9 loc)
•
295 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
namespace
plus
.
networkinfo
{
const
CONNECTION_NONE
:
number
;
const
CONNECTION_ETHERNET
:
number
;
const
CONNECTION_WIFI
:
number
;
const
CONNECTION_CELL2G
:
number
;
const
CONNECTION_CELL3G
:
number
;
const
CONNECTION_CELL4G
:
number
;
function
getCurrentType
(
):
number
; }