mongodb-stitch
Version:
[](https://gitter.im/mongodb/stitch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
20 lines • 1.05 kB
JavaScript
(function (factory) {
if (typeof module === "object" && typeof module.exports === "object") {
var v = factory(require, exports);
if (v !== undefined) module.exports = v;
}
else if (typeof define === "function" && define.amd) {
define(["require", "exports", "mongodb-stitch-core-services-http", "./HttpServiceClient"], factory);
}
})(function (require, exports) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var mongodb_stitch_core_services_http_1 = require("mongodb-stitch-core-services-http");
exports.HttpResponse = mongodb_stitch_core_services_http_1.HttpResponse;
exports.HttpCookie = mongodb_stitch_core_services_http_1.HttpCookie;
exports.HttpMethod = mongodb_stitch_core_services_http_1.HttpMethod;
exports.HttpRequest = mongodb_stitch_core_services_http_1.HttpRequest;
var HttpServiceClient_1 = require("./HttpServiceClient");
exports.HttpServiceClient = HttpServiceClient_1.HttpServiceClient;
});
//# sourceMappingURL=index.js.map