import { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts";
const { deserialize } = Bson.EJSON;
Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types
import { Bson } from "https://deno.land/x/mongo@v0.31.1/mod.ts";
const { deserialize } = Bson.EJSON;
Deserializes an Extended JSON object into a plain JavaScript object with native/BSON types