Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

or

Creates a new QueryCompositeFilterConstraint that is a disjunction of the given filter constraints. A disjunction filter includes a document if it satisfies any of the given filters.

function or(...queryConstraints: QueryFilterConstraint[]): QueryCompositeFilterConstraint;
§

§Parameters

§
...queryConstraints: QueryFilterConstraint[] optional
[src]