UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 173 B
import { computeValue } from "../../../core"; const $strLenCP = (obj, expr, options) => { return computeValue(obj, expr, null, options).length; }; export { $strLenCP };