Skip to main content
Module

x/aloedb/mod.ts>Types.QueryFunction

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

Manual вocuments selection function.

Type Parameters

optional
T extends Document = Document
definition: (document: Readonly<T>) => boolean