UNPKG
node-fetch-light
Version:
latest (0.0.1)
0.0.1
light-weight fetch wrapper library for node js
github.com/yeonfish6040/qfetch
yeonfish6040/qfetch
node-fetch-light
/
lib
/
PacketHelper.d.ts
8 lines
(7 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
PacketHelper
{
private
packet;
/** milliseconds */
private
timeout;
constructor
(
packet
?:
string
);
connect
():
Promise
<
void
>; }