UNPKG

mingo

Version:

MongoDB query language for in-memory objects

10 lines (9 loc) 261 B
import { ExpressionOperator } from "../../../types"; /** * Returns the number of UTF-8 encoded bytes in the specified string. * * @param {AnyObject} obj * @param {String} expr * @return {Number} */ export declare const $strLenBytes: ExpressionOperator;