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.
2 parents 80997e6 + d062c63 commit e0afec4Copy full SHA for e0afec4
src/index.ts
@@ -1,5 +1,6 @@
1
export * from "./decorators/OrmConnection";
2
export * from "./decorators/OrmEntityManager";
3
export * from "./decorators/OrmRepository";
4
+export * from "./decorators/OrmCustomRepository";
5
export * from "./decorators/OrmSpecificRepository";
6
export * from "./decorators/OrmTreeRepository";
0 commit comments