UNPKG

unified-query

Version:

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

4 lines (3 loc) 163 B
import type { MicroParser } from './types.js'; /** Matches literal `true` or `false` (lower-case, spec-exact). */ export declare const booleanParser: MicroParser;