UNPKG

json-function

Version:

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

6 lines (5 loc) 202 B
declare type SearchFunction = (data: Object[], key: any, fields: String | String[], options?: { caseSensitive?: Boolean; }) => Object[]; declare const search: SearchFunction; export default search;