import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { ToString } = mongoose.Expression;
Properties
$toString: Expression
Converts value to a string.
Properties
$toString: Expression
Converts a value to a string. If the value cannot be converted to a string, $toString errors. If the value is null or missing, $toString returns null.