UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 220 B
import { Any, AnyObject, Options } from "../../../types"; /** * Returns the number of UTF-8 code points in the specified string. */ export declare const $strLenCP: (obj: AnyObject, expr: Any, options: Options) => Any;