UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 253 B
import { Any, AnyObject, Options } from "../../../types"; /** * Removes whitespace characters, including null, or the specified characters from the end of a string. */ export declare const $rtrim: (obj: AnyObject, expr: Any, options: Options) => Any;