UNPKG

blow-query

Version:

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

7 lines (4 loc) 158 B
'use strict'; import {Query} from './Query'; import {QueryRaw, QuerySort, QueryWhere} from './interfaces'; export {Query, QuerySort, QueryRaw, QueryWhere};