UNPKG

coloquent-test2

Version:

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

7 lines (6 loc) 248 B
import { HttpClientResponse } from "../httpclient/HttpClientResponse"; export declare abstract class Response { private axiosResponse; constructor(axiosResponse: HttpClientResponse); getHttpClientResponse(): HttpClientResponse; }