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 SchemaFunction = (schema: Object, item: Object) => Object; declare const getSchemaValue: SchemaFunction; export default getSchemaValue;