Skip to main content
Module

x/aloedb/lib/declarations.ts>SearchFunction

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
type alias SearchFunction
import { type SearchFunction } from "https://deno.land/x/aloedb@0.1.0/lib/declarations.ts";

Search function for search queries.

definition: (value: Readonly<T>) => boolean