UNPKG

mingo

Version:

MongoDB query language for in-memory objects

8 lines (7 loc) 182 B
import { regexSearch } from "./_internal"; const $regexFindAll = (obj, expr, options) => { return regexSearch(obj, expr, options, { global: true }); }; export { $regexFindAll };