UNPKG

@sugo/mongodb-queryparams

Version:

Unique Queryparams sintax (Inspired in Elastic Search) that creates queries for MongoDB

5 lines (4 loc) 217 B
import * as nearley from 'nearley'; export declare const getFilterGrammar: () => nearley.Parser; export declare const getSortGrammar: () => nearley.Parser; export declare const getSelectGrammar: () => nearley.Parser;