UNPKG

unified-query

Version:

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

3 lines (2 loc) 198 B
import type { Segment, ParsedKeyword, Keyword } from '../parsers/types.js'; export declare function createUtilAnalyzer<K extends Keyword>(keyword: K): (seg: Segment) => ParsedKeyword<K, undefined>;