UNPKG

unified-query

Version:

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

3 lines (2 loc) 203 B
import type { TimestampValue, ParsedKeyword, Segment } from '../parsers/types.js'; export declare function analyzeDeleted(seg: Segment): ParsedKeyword<'deleted', boolean | TimestampValue[] | undefined>;