UNPKG

liqe

Version:

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

3 lines (2 loc) 257 B
import { type InternalHighlight, type LiqeQuery } from './types'; export declare const internalFilter: <T extends Object>(ast: LiqeQuery, rows: readonly T[], resultFast?: boolean, path?: readonly string[], highlights?: InternalHighlight[]) => readonly T[];