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) 188 B
export declare class FilterSpec { private attribute; private value; constructor(attribute: string, value: string); getAttribute(): string; getValue(): string; }