UNPKG
dm-unimmersive
Version:
latest (0.0.22)
0.0.22
0.0.21
0.0.2
0.0.1
HTML Video player
github.com/rustmn/dm
rustmn/dm
dm-unimmersive
/
dist
/
state
/
reducer
/
device.d.ts
9 lines
(8 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
DeviceState
}
from
'../../types'
;
import
{
DeviceAction
}
from
'../actions'
;
export
default
function
device
(
state
:
DeviceState
,
action
:
DeviceAction
): {
device
:
string
;
os
:
string
;
browser
:
string
;
isMobile
?:
boolean
; };