UNPKG

json-function

Version:

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

6 lines (5 loc) 195 B
declare type OrderByFunction = (data: Object[], fieldName: string, order?: string, options?: { deep?: boolean; }) => Object[]; declare const orderBy: OrderByFunction; export default orderBy;