UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 227 B
import { ExpressionOperator } from "../../../types"; /** * Removes whitespace characters, including null, or the specified characters from the beginning and end of a string. */ export declare const $trim: ExpressionOperator;