Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Bson.Long.prototype.getLowBitsUnsigned
Re-export
import { Bson } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";
const { Long } = Bson;

Gets the low 32 bits as an unsigned integer.

Returns

number