UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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