Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/earthstar/src/query/query.ts>docMatchesFilter

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
function docMatchesFilter
import { docMatchesFilter } from "https://deno.land/x/earthstar@v10.0.0-alpha.4/src/query/query.ts";

Type Parameters

FormatType extends string
DocType extends DocBase<FormatType>

Parameters

doc: DocType
filter: QueryFilter

Returns

boolean