UNPKG

coloquent-test2

Version:

Library for retrieving model objects from a JSON-API, with a fluent syntax inspired by Laravel Eloquent.

13 lines 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Response = /** @class */ (function () { function Response(axiosResponse) { this.axiosResponse = axiosResponse; } Response.prototype.getHttpClientResponse = function () { return this.axiosResponse; }; return Response; }()); exports.Response = Response; //# sourceMappingURL=Response.js.map