UNPKG

node-libcurl

Version:

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

8 lines 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CurlError = void 0; class CurlError extends Error { static name = 'CurlError'; } exports.CurlError = CurlError; //# sourceMappingURL=CurlError.js.map