UNPKG
adex-adapter-node
Version:
beta (0.0.19-alpha.5)
latest (0.0.18)
0.0.19-alpha.5
0.0.18
0.0.18-alpha.2
0.0.17
0.0.16
adex-adapter-node
/
lib
/
index.d.ts
7 lines
(5 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
6
7
type
ServerOut
= {
run
:
() =>
any
fetch
:
undefined
}
export
const
createServer
:
(
{ port:
number
, host:
string
}
) =>
ServerOut