UNPKG

mingo

Version:

MongoDB query language for in-memory objects

7 lines (6 loc) 198 B
import { covariance } from "./_internal"; import { $push } from "./push"; const $covariancePop = (coll, expr, options) => covariance($push(coll, expr, options), false); export { $covariancePop };