Skip to main content
Home

Built and signed on GitHub Actions

A minimal DSL to create Bruno filters using Template Literals.

This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
100%
Published
2 weeks ago (0.6.0)
type alias BinaryFilterExpression

A single filter expression that must appear in the order: key op value.

Properties

The field name used by the backend query.

The binary operator used by the backend query.

value: unknown

The bind variable used by the backend query.

IMPORTANT: undefined and null may have different meanings depending on the query string serialization library. Typically, an undefined value will be dropped and null will result in an empty string.

Should the operator be negated (value 1).

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@codeman99/caelum-revelat

Import symbol

import { type BinaryFilterExpression } from "@codeman99/caelum-revelat";
or

Import directly with a jsr specifier

import { type BinaryFilterExpression } from "jsr:@codeman99/caelum-revelat";

Add Package

pnpm i jsr:@codeman99/caelum-revelat
or (using pnpm 10.8 or older)
pnpm dlx jsr add @codeman99/caelum-revelat

Import symbol

import { type BinaryFilterExpression } from "@codeman99/caelum-revelat";

Add Package

yarn add jsr:@codeman99/caelum-revelat
or (using Yarn 4.8 or older)
yarn dlx jsr add @codeman99/caelum-revelat

Import symbol

import { type BinaryFilterExpression } from "@codeman99/caelum-revelat";

Add Package

vlt install jsr:@codeman99/caelum-revelat

Import symbol

import { type BinaryFilterExpression } from "@codeman99/caelum-revelat";

Add Package

npx jsr add @codeman99/caelum-revelat

Import symbol

import { type BinaryFilterExpression } from "@codeman99/caelum-revelat";

Add Package

bunx jsr add @codeman99/caelum-revelat

Import symbol

import { type BinaryFilterExpression } from "@codeman99/caelum-revelat";