UNPKG

create-query-language

Version:

A flexible TypeScript library for parsing and building query languages with support for lexical analysis, AST generation, and token stream processing

5 lines (4 loc) 188 B
export { ASTBuilder } from './ASTBuilder'; export { AstTypes } from './logic/constants'; export type { AstTypeKeys, AstTypeValues } from './logic/constants'; export type * from './types';