UNPKG

node-libcurl

Version:

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

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