UNPKG

mingo

Version:

MongoDB query language for in-memory objects

9 lines (8 loc) 246 B
import { ExpressionOperator } from "../../../types"; /** * Removes whitespace characters, including null, or the specified characters from the end of a string. * * @param obj * @param expr */ export declare const $rtrim: ExpressionOperator;