We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Orm
1 parent cc6f74b commit 1002d8eCopy full SHA for 1002d8e
src/index.ts
@@ -1,3 +1,8 @@
1
export * from "./decorators/InjectConnection";
2
export * from "./decorators/InjectManager";
3
export * from "./decorators/InjectRepository";
4
+
5
+// deprecated aliases
6
+export { InjectConnection as OrmConnection } from "./decorators/InjectConnection";
7
+export { InjectManager as OrmManager } from "./decorators/InjectManager";
8
+export { InjectRepository as OrmRepository } from "./decorators/InjectRepository";
0 commit comments