UNPKG

json-function

Version:

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

14 lines (13 loc) 499 B
import limit from "./limit"; import select from "./select"; import where from "./where"; import orderBy from "./orderBy"; import schema from "./schema"; import search from "./search"; import transform from "./transform"; import innerJoin from "./innerJoin"; import toArray from "./toArray"; import jsonFunction from "./_main"; import * as utils from "../utils/type-check"; export { limit, select, where, orderBy, schema, search, transform, innerJoin, toArray, utils, }; export default jsonFunction;