Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web_bson/src/timestamp.ts>Timestamp.fromInt

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
method Timestamp.fromInt
import { Timestamp } from "https://deno.land/x/web_bson@v0.2.5/src/timestamp.ts";

Returns a Timestamp represented by the given (32-bit) integer value.

Parameters

value: number