Skip to main content
Module

x/mongo/deps.ts

MongoDB driver for Deno
Extremely Popular
Latest
File
export { Binary, BSONRegExp, BSONSymbol, Code, DBRef, Decimal128, deserialize, Double, Int32, Long, MaxKey, MinKey, ObjectId, serialize, Timestamp, UUID,} from "jsr:@lucsoft/web-bson@^0.3.1";export { crypto as stdCrypto } from "jsr:@std/crypto@^0.220.1/crypto";export { decodeBase64, encodeBase64 } from "jsr:@std/encoding@^0.220.1/base64";export { encodeHex } from "jsr:@std/encoding@^0.220.1/hex";