mingo
Version:
MongoDB query language for in-memory objects
10 lines (9 loc) • 313 B
TypeScript
import { ExpressionOperator } from "../../../types";
/**
* Takes two arrays and returns true when the first array is a subset of the second,
* including when the first array equals the second array, and false otherwise.
*
* @param obj
* @param expr
*/
export declare const $setIsSubset: ExpressionOperator;