UNPKG

mingo

Version:

MongoDB query language for in-memory objects

7 lines (6 loc) 320 B
import { Any, AnyObject, Options } 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. */ export declare const $setIsSubset: (obj: AnyObject, expr: Any, options: Options) => Any;