First commit

This commit is contained in:
Aravind142857
2023-06-05 20:06:13 -05:00
commit 4e3c08d1c4
672 changed files with 179969 additions and 0 deletions

10
node_modules/bson/lib/bson_value.d.ts generated vendored Normal file
View File

@@ -0,0 +1,10 @@
/** @public */
export declare abstract class BSONValue {
/** @public */
abstract get _bsontype(): string;
/** @public */
abstract inspect(): string;
/** @internal */
abstract toExtendedJSON(): unknown;
}
//# sourceMappingURL=bson_value.d.ts.map