UNPKG

@maicol07/coloquent

Version:

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

8 lines (7 loc) 172 B
export declare class QueryParam { private _name; private _value; constructor(name: string, value?: any); get name(): string; get value(): any; }