Exports and cleanup for external use
This commit is contained in:
4
orm/src/module.ts
Normal file
4
orm/src/module.ts
Normal 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";
|
||||
Reference in New Issue
Block a user