UNPKG
@oiij/web-rtc
Version:
latest (0.0.1)
0.0.1
Features:
github.com/oiij/web-rtc
oiij/web-rtc
@oiij/web-rtc
/
dist
/
node.d.ts
10 lines
(8 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
interface
Options
{
host
?:
string
;
port
?:
number
;
path
?:
string
;
debug
?:
boolean
; }
declare
function
createWebRTC
(
options
?:
Options
):
void
;
export
{ createWebRTC };