From d6406974e3a8a1c3a024977565e11257686a3b47 Mon Sep 17 00:00:00 2001 From: Jersey Date: Sat, 23 Mar 2024 17:29:30 -0400 Subject: [PATCH] turns out i forgot to add a few things back Signed-off-by: Jersey --- deps.ts | 5 +++++ mod.ts | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/deps.ts b/deps.ts index ea29ead..eaa6065 100644 --- a/deps.ts +++ b/deps.ts @@ -1,11 +1,16 @@ export { Binary, BSONRegExp, + BSONSymbol, + Code, + DBRef, Decimal128, deserialize, Double, Int32, Long, + MaxKey, + MinKey, ObjectId, serialize, Timestamp, diff --git a/mod.ts b/mod.ts index 9ea32b6..3bf7a1a 100644 --- a/mod.ts +++ b/mod.ts @@ -1,10 +1,15 @@ export { Binary, BSONRegExp, + BSONSymbol, + Code, + DBRef, Decimal128, Double, Int32, Long, + MaxKey, + MinKey, ObjectId, Timestamp, UUID,