import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { BinarySize } = mongoose.Expression;
Properties
$binarySize: NullExpression | StringExpression | BinaryExpression
Returns the size of a given string or binary data value's content in bytes.