UNPKG

@herlinus/coloquent

Version:

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

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