UNPKG
@coolio/http
Version:
latest (3.2.4)
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.11
3.1.10
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.1.7
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.0
0.9.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0
0.6.9
0.5.0
0.4.0
0.3.8
0.3.7
0.3.6
0.3.5
0.3.3
0.3.1-alpha.0
0.3.0-alpha.0
0.1.20
0.1.19
0.1.14
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.0
HTTP networking client
github.com/headline-1/coolio/tree/master/packages/http
headline-1/coolio
@coolio/http
/
dist
/
types
/
testing
/
createSimpleServer.helper.d.ts
10 lines
•
300 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
express
from
'express'
;
export
interface
SimpleServer
{
app
: express.
Express
;
port
:
number
;
host
:
string
;
fullAddress
:
string
;
close
:
() =>
Promise
<
void
>; }
export
declare
const
createSimpleServer
:
() =>
SimpleServer
;
//# sourceMappingURL=createSimpleServer.helper.d.ts.map