UNPKG
@bonsai-components/detect-os
Version:
latest (0.1.8)
0.3.0
0.1.8
0.1.7
0.1.1
Make detecting user's OS less annoying
@bonsai-components/detect-os
/
dist
/
index.d.ts
5 lines
(4 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./detect-os-in-browser'
;
export
*
from
'./detect-os-in-node-process'
;
export
*
from
'./detect-os'
;
export
*
from
'./os.enum'
;