import { type mongoose } from "https://deno.land/x/mongoose@7.8.2/types/expressions.d.ts";
const { Ltrim } = mongoose.Expression;
Properties
$ltrim: { input: StringExpression; chars?: StringExpression; }
Removes whitespace or the specified characters from the beginning of a string.