import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { StrLenBytes } = mongoose.Expression;
Properties
$strLenBytes: StringExpression
Returns the number of UTF-8 encoded bytes in a string.
x/mongoose/types/expressions.d.ts>mongoose.Expression.StrLenBytes
import { type mongoose } from "https://deno.land/x/mongoose@8.6.4/types/expressions.d.ts";
const { StrLenBytes } = mongoose.Expression;
Returns the number of UTF-8 encoded bytes in a string.