Skip to main content
Module

x/aloedb/mod.ts>Types.QueryValue

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
type alias Types.QueryValue
import { type Types } from "https://deno.land/x/aloedb@0.1.0/mod.ts";
const { QueryValue } = Types;

Possible search query values.

definition:
| ((value: Readonly<T>) => boolean)
| RegExp
| undefined