Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denodb/deps.ts>Bson.Timestamp#toJSON

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
method Bson.Timestamp.prototype.toJSON
import { Bson } from "https://deno.land/x/denodb@v1.4.0/deps.ts";
const { Timestamp } = Bson;

Returns

{ $timestamp: string; }