UNPKG

json-function

Version:

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

4 lines (3 loc) 151 B
declare type TransformFunction = (data: Object[] | Object) => Object[] | Object; declare const transform: TransformFunction; export default transform;