UNPKG

liqe

Version:

Lightweight and performant Lucene-like parser, serializer and search engine.

3 lines (2 loc) 100 B
import { type LiqeQuery } from './types'; export declare const parse: (query: string) => LiqeQuery;