UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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