UNPKG
rtc-tools
Version:
latest (5.6.0)
5.6.0
5.5.0
5.4.1
5.4.0
5.3.1
5.3.0
5.2.1
5.2.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.2.0
3.1.0
3.0.0
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.0
Cross-browser WebRTC helpers
github.com/rtc-io/rtc-tools
rtc-io/rtc-tools
rtc-tools
/
detect.js
11 lines
(8 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* jshint node: true */
'use strict'
;
/** ### rtc-tools/detect Provide the [rtc-core/detect](https://github.com/rtc-io/rtc-core#detect) functionality. **/
module
.
exports
=
require
(
'rtc-core/detect'
);