UNPKG

typeorm

Version:

Data-Mapper ORM for TypeScript and ES2021+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases.

25 lines (23 loc) 783 B
import { BSON, BSONRegExp, BSONSymbol, BSONType, Binary, Code, DBRef, Decimal128, Double, Int32, Long, MaxKey, MinKey, ObjectId, Timestamp, deserialize, serialize, } from "./bson.typings"; export { Binary }; export { BSON }; export { BSONRegExp }; export { BSONSymbol }; export { BSONType }; export { Code }; /* Excluded from this release type: DbPrivate */ export { DBRef }; export { Decimal128 }; export { deserialize }; export { Double }; export { Int32 }; export { Long }; export { MaxKey }; /* Excluded from this release type: MessageHeader */ /* Excluded from this release type: MessageStream */ /* Excluded from this release type: MessageStreamOptions */ export { MinKey }; export { ObjectId }; export { serialize }; export { Timestamp }; //# sourceMappingURL=typings.js.map