UNPKG

mingo

Version:

MongoDB query language for in-memory objects

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