UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 181 B
import { $setField } from "./setField"; const $unsetField = (obj, expr, options) => { return $setField(obj, { ...expr, value: "$$REMOVE" }, options); }; export { $unsetField };