UNPKG

apisearch

Version:
13 lines (12 loc) 234 B
"use strict"; exports.__esModule = true; exports.HttpClient = void 0; /** * Http class */ var HttpClient = /** @class */ (function () { function HttpClient() { } return HttpClient; }()); exports.HttpClient = HttpClient;