@codeman99/caelum-revelat@0.6.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
A minimal DSL to create Bruno filters using Template Literals.
default
Minimal DSL for creating Bruno Filters using Template Literals.
A single filter expression that must appear in the order: key op value.
A union of numbers to use in place of boolean values.
A Template Literal to build a BinaryFilterExpression.
Union of a single filter expression or a logical filter group expression.
A group of BinaryFilterExpression objects. Can also be thought
of as a "logical expression" collection.
Create a "params" object suitable for use with qs.
A Template Literal to build a FilterGroup. All interpolated values should
already be parsed as a BinaryFilterExpression.
Type narrowing check for BinaryFilterExpression instances.
Type narrowing check for FilterGroup instances.
Check if a value is of type Operator.
Union of operators by syntax name.
The known operators that Bruno supports.