UNPKG

@calf/dotypay

Version:

Dotypay module of Calf framework.

14 lines (13 loc) 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpService = void 0; /** * Http service * @description Service to execute Http requests */ var HttpService = /** @class */ (function () { function HttpService() { } return HttpService; }()); exports.HttpService = HttpService;