import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { ReplaceAll } = mongoose.Expression;
Properties
$replaceAll: { input: StringExpression; find: StringExpression; replacement: StringExpression; }
Replaces all instances of a matched string in a given input.