UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 237 B
import { Any, AnyObject, Options } from "../../../types"; /** * Returns the smallest integer greater than or equal to the specified number. */ export declare const $ceil: (obj: AnyObject, expr: Any, options: Options) => number | null;