UNPKG

liqe

Version:

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

3 lines (2 loc) 150 B
import { type Highlight, type LiqeQuery } from './types'; export declare const highlight: <T extends Object>(ast: LiqeQuery, data: T) => Highlight[];