UNPKG

blow-query

Version:

Programmatically build queries which can be returned as JSON Object and used to fetch data from many sources.

4 lines (3 loc) 148 B
import { Query } from './Query'; import { QueryRaw, QuerySort, QueryWhere } from './interfaces'; export { Query, QuerySort, QueryRaw, QueryWhere };