UNPKG

node-fetch-light

Version:

light-weight fetch wrapper library for node js

8 lines (7 loc) 167 B
export declare class PacketHelper { private packet; /** milliseconds */ private timeout; constructor(packet?: string); connect(): Promise<void>; }