Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias Bson.EJSON.JSONPrimitive
import { type Bson } from "https://deno.land/x/exodus@0.1.8/deps.ts";
const { JSONPrimitive } = Bson.EJSON;
definition:
| string
| number
| boolean
| null