UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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