node-libcurl
Version:
The fastest http(s) client (and much more) for Node.js - Node.js bindings for libcurl
18 lines • 496 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// /**
// * This is the interface exported from the addon binding itself.
// * Not available for library users.
// *
// * @internal
// */
// export interface NodeLibcurlNativeBinding {
// // This would work too, but I don't like it
// // Curl: Constructable<
// // CurlNativeBinding,
// // {
// // globalInit(): void
// // }
// // >
// }
//# sourceMappingURL=NodeLibcurlNativeBinding.js.map