@resenty/rsql-parser
v0.0.0
Published
RSQL Parser
Downloads
15
Readme
rsql-parser
RSQL parser for Node.js and Browsers
Installation
# with npm
npm install --save rsql-parser
# with pnpm
pnpm add rsql-parserAPI
parse(source: string): ExpressionNode
Parses RSQL string and returns Abstract Syntax Tree. It can throw the following errors:
TypeError- in the case of invalid argument type passed to theparsefunctionSyntaxError- in the case of any problems encountered during parsing
License
MIT
