UNPKG
mincu-debug-tools
Version:
latest (2.13.2)
2.13.2
2.12.0
2.11.0
2.10.1
2.8.1
2.8.0
2.7.2
2.7.0
2.7.0-alpha.1
2.7.0-alpha.0
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.0
2.4.1
2.4.0
2.3.4
2.3.4-alpha.3
2.3.4-alpha.2
2.3.3
2.2.0
[Mincu - 南大家园 WEB JS API](https://github.com/ncuhome/mincu)
github.com/ncuhome
ncuhome/mincu
mincu-debug-tools
/
dist
/
declarations
/
src
/
api
/
fetch.d.ts
5 lines
(4 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="node" />
/// <reference types="node/http" />
/// <reference types="got/dist/source/core/utils/timed-out" />
export
declare
const
fetch
:
(
req
:
import
(
"http"
).
IncomingMessage
,
res
:
import
(
"http"
).
ServerResponse
) =>
void
;