UNPKG

turbocommons-ts

Version:

General purpose library that implements frequently used and generic software development tasks

1 lines 779 B
"use strict";var __extends=this&&this.__extends||function(){var e=function(t,r){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])})(t,r)};return function(t,r){function n(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(n.prototype=r.prototype,new n)}}();Object.defineProperty(exports,"__esModule",{value:!0}),exports.HTTPManagerGetRequest=void 0;var HTTPManagerBaseRequest_1=require("./HTTPManagerBaseRequest"),HTTPManagerGetRequest=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.parameters={},t}return __extends(t,e),t}(HTTPManagerBaseRequest_1.HTTPManagerBaseRequest);exports.HTTPManagerGetRequest=HTTPManagerGetRequest;