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

and

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

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

§Parameters

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