UNPKG
@jitterbit/soql-parser-js
Version:
latest (6.1.0-3)
6.1.0-3
6.1.0-2
6.1.0-1
6.1.0-0
Salesforce.com SOQL parser and composer
github.com/jitterbit/soql-parser-js
jitterbit/soql-parser-js
@jitterbit/soql-parser-js
/
dist
/
esm
/
index.js
5 lines
(4 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
export
{ parseQuery, isQueryValid }
from
'./parser/visitor'
;
export
*
from
'./api/api-models'
;
export
*
from
'./api/public-utils'
;
export
*
from
'./composer/composer'
;