UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 212 B
import { Any, AnyObject, Options } from "../../../types"; /** * Returns an array with the elements in reverse order. */ export declare const $reverseArray: (obj: AnyObject, expr: Any, options: Options) => Any;