Exports and cleanup for external use

This commit is contained in:
2020-09-05 09:28:24 -05:00
parent 601649e699
commit 41b25a5670
5 changed files with 9 additions and 2 deletions

4
orm/src/module.ts Normal file
View File

@@ -0,0 +1,4 @@
export { Field } from "./model/Field.ts";
export { Type } from "./db/types.ts";
export { Model } from "./model/Model.ts";
export { Relation } from "./model/relation/decorators.ts";