UNPKG

json-function

Version:

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

4 lines (3 loc) 149 B
declare type SelectFunction = (data: Object[], columns: string | string[]) => Object[]; declare const select: SelectFunction; export default select;