This repository has been archived on 2020-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
requestor/dist/lib/classes/Session.js
2020-04-14 14:56:08 +02:00

9 lines
204 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var Session = /** @class */ (function () {
function Session() {
}
return Session;
}());
exports.default = Session;