UNPKG

mingo

Version:

MongoDB query language for in-memory objects

4 lines (3 loc) 187 B
import { ExpressionOperator } from "../../../types"; /** Returns the substring of a string by UTF-8 code point index (zero-based). */ export declare const $substrCP: ExpressionOperator;