UNPKG

relay-cursor-paging

Version:

Relay Cursor-Based Pagination Support for Sequelize

3 lines (2 loc) 140 B
import { ICursorPageable, IPagingMeta } from "./interfaces"; export default function checkPagingSanity(args: ICursorPageable): IPagingMeta;