UNPKG

json-function

Version:

It allows you to use methods such as where, limit, select, orderBy on JSON data.

4 lines (3 loc) 142 B
declare type LimitFunction = (data: any[], limit: number, start?: number) => any[]; declare const limit: LimitFunction; export default limit;