UNPKG

node-libcurl

Version:

The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl

10 lines 267 B
/** * This will be the type of the second parameter passed to the callback set with * {@link Easy.onSocketEvent | `Easy#onSocketEvent`}. * @public */ export declare enum SocketState { Readable = 1, Writable = 2 } //# sourceMappingURL=SocketState.d.ts.map