UNPKG

mingo

Version:

MongoDB query language for in-memory objects

6 lines (5 loc) 184 B
import { ExpressionOperator } from "../../../types"; /** * Replaces the first instance of a matched string in a given input. */ export declare const $replaceOne: ExpressionOperator;