UNPKG

node-libcurl

Version:

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

15 lines 570 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Share = void 0; /** * Copyright (c) Jonathan Cardoso Machado. All Rights Reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ require("./moduleSetup"); const bindings = require('../lib/binding/node_libcurl.node'); // @ts-expect-error - we are abusing TS merging here to have sane types for the addon classes const Share = bindings.Share; exports.Share = Share; //# sourceMappingURL=Share.js.map