UNPKG
@wener/miniquery
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
SQL Where like **safe** filter expression for ORM.
@wener/miniquery
/
lib
/
ohm
/
grammar
/
index.js
6 lines
(5 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
import
grammar
from
"./miniquery.ohm-bundle.js"
;
export
{
default
as
MiniQueryGrammar
}
from
"./miniquery.ohm-bundle.js"
;
export
default
grammar;
export
var
semantics = grammar.
createSemantics
();
export
var
MiniQuerySemantics
= semantics;