UNPKG

jspurefix

Version:
10 lines 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class HttpTransaction { constructor(msgType, options) { this.msgType = msgType; this.options = options; } } exports.HttpTransaction = HttpTransaction; //# sourceMappingURL=http-transaction.js.map