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,