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) 225 B
export declare class SortSpec { private attribute; private positiveDirection; constructor(attribute: string, positiveDirection?: boolean); getAttribute(): string; getPositiveDirection(): boolean; }