UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 264 B
import { QueryOperator } from "../../../types"; /** * Joins query clauses with a logical AND returns all documents that match the conditions of both clauses. * * @param selector * @param rhs * @returns {Function} */ export declare const $and: QueryOperator;