UNPKG

mingo

Version:

MongoDB query language for in-memory objects

4 lines (3 loc) 234 B
import { AnyObject, Options } from "../../types"; /** Multiply the value of a field by a number. */ export declare const $mul: (obj: AnyObject, expr: Record<string, number>, arrayFilters?: AnyObject[], options?: Options) => string[];