UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 263 B
import { Any, AnyObject, Options } from "../../../types"; /** * Applies a regular expression (regex) to a string and returns information on the all matched substrings. */ export declare const $regexFindAll: (obj: AnyObject, expr: Any, options: Options) => Any;