UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 260 B
import { Any, Options } from "../../../types"; /** * Selects documents where values match a specified regular expression. */ export declare const $regex: (selector: string, value: Any, options: Options) => (_: import("../../../types").AnyObject) => boolean;