UNPKG

json-function

Version:

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

4 lines (3 loc) 205 B
declare type InnerJoinFunction = (data: Object[], otherData: Object[], dataFieldName: string, otherDataFieldName: string) => Object[]; declare const innerJoin: InnerJoinFunction; export default innerJoin;