method Bson.Long.prototype.multiplyRe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Long } = Bson; multiply(multiplier: | string | number | Long | Timestamp): LongReturns the product of this and the specified Long. Parametersmultiplier: | string | number | Long | Timestamp Multiplier ReturnsLongProduct