UNPKG
jest-node-http
Version:
latest (1.0.0)
1.0.0
jest mock
github.com/jameswlane/jest-node-http
jameswlane/jest-node-http
jest-node-http
/
lib
/
Server.d.ts
12 lines
(11 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
class
Server
{
close
:
any
;
listen
:
any
;
listening
:
any
;
maxHeadersCount
:
any
;
setTimeout
:
any
;
timeout
:
any
;
keepAliveTimeout
:
any
;
constructor
(
opts
?:
any
,
requestListener
?:
any
);
resetMocked
():
void
; }