UNPKG

unified-query

Version:

Composable search input with autocompletion and a rich query-language parser for the Unified Data System

4 lines (3 loc) 194 B
import type { ParsedKeyword, Segment } from '../parsers/types.js'; export type KeywordAnalyser = (seg: Segment) => ParsedKeyword; export declare const registry: Record<string, KeywordAnalyser>;