UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 188 B
import { ExpressionOperator } from "../../../types"; /** * Returns the smallest integer greater than or equal to the specified number. */ export declare const $ceil: ExpressionOperator;