import { mongo } from "https://deno.land/x/hex@0.5.15/src/data/deps.ts";
const { Code } = mongo.Bson;
A class representation of the BSON Code type.
Constructors
new
Code(code: string | Function, scope?: Document)Methods
deprecated
toExtendedJSON(): CodeExtended[Symbol.for("Deno.customInspect")](): string
Static Methods
deprecated
fromExtendedJSON(doc: CodeExtended): Code