UNPKG

node-libcurl

Version:

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

8 lines 358 B
import { CurlShareCode } from './enum/CurlCode'; import { CurlError } from './CurlError'; export declare class CurlSharedError extends CurlError { readonly code: CurlShareCode; static readonly name = "CurlSharedError"; constructor(message: string, code: CurlShareCode, errorOptions?: ErrorOptions); } //# sourceMappingURL=CurlSharedError.d.ts.map