Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/web_bson/src/bson.ts>CalculateObjectSizeOptions

web_bson is a fork from mongodb/js-bson
Very Popular
Go to Latest
type alias CalculateObjectSizeOptions
import { type CalculateObjectSizeOptions } from "https://deno.land/x/web_bson@v0.2.4/src/bson.ts";
definition: Pick<SerializeOptions, "serializeFunctions" | "ignoreUndefined">