node-libcurl
Version:
The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl
14 lines • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Easy = void 0;
// eslint-disable-next-line @typescript-eslint/no-var-requires
const bindings = require('../lib/binding/node_libcurl.node');
/**
* This is a Node.js wrapper around the binding {@link EasyNativeBinding | native Easy class}
*
* @public
*/
class Easy extends bindings.Easy {
}
exports.Easy = Easy;
//# sourceMappingURL=Easy.js.map