UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 181 B
import { ExpressionOperator } from "../../../types"; /** * Returns the number of UTF-8 code points in the specified string. */ export declare const $strLenCP: ExpressionOperator;