UNPKG

json-function

Version:

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

4 lines (3 loc) 166 B
declare type SchemaFunction = (data: Object[] | Object, schema: Object | Function) => Object[] | Object; declare const schema: SchemaFunction; export default schema;