UNPKG

unified-query

Version:

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

4 lines (3 loc) 196 B
import type { Segment, ParsedKeyword } from '../parsers/types.js'; import type { InArg } from '../parsers/types.js'; export declare function analyzeIn(seg: Segment): ParsedKeyword<'in', InArg[]>;