method Bson.Long.prototype.shiftRightUnsignedRe-exportimport { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts"; const { Long } = Bson; shiftRightUnsigned(numBits: Long | number): LongReturns this Long with bits logically shifted to the right by the given amount. ParametersnumBits: Long | number Number of bits ReturnsLongShifted Long