UNPKG

@node-ntlm/httpreq

Version:

NTLM httpreq node utility function

12 lines 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.put = exports.post = exports.patch = exports.options = exports.method = exports.get = exports.del = void 0; var httpreq_1 = require("./lib/httpreq"); Object.defineProperty(exports, "del", { enumerable: true, get: function () { return httpreq_1.del; } }); Object.defineProperty(exports, "get", { enumerable: true, get: function () { return httpreq_1.get; } }); Object.defineProperty(exports, "method", { enumerable: true, get: function () { return httpreq_1.method; } }); Object.defineProperty(exports, "options", { enumerable: true, get: function () { return httpreq_1.options; } }); Object.defineProperty(exports, "patch", { enumerable: true, get: function () { return httpreq_1.patch; } }); Object.defineProperty(exports, "post", { enumerable: true, get: function () { return httpreq_1.post; } }); Object.defineProperty(exports, "put", { enumerable: true, get: function () { return httpreq_1.put; } }); //# sourceMappingURL=index.js.map