UNPKG

@herlinus/coloquent

Version:

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

5 lines (4 loc) 86 B
export declare enum PaginationStrategy { PageBased = 0, OffsetBased = 1 }