Skip to content

Commit 7bd610e

Browse files
authored
Merge pull request #225 from sejori/fix-model-export
fix(Model): export Model and Field from mod.ts
2 parents c2692d6 + 1673b23 commit 7bd610e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mod.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export * from "./lib/core/utils/Cascade.ts";
1818
export * from "./lib/core/utils/Krypto.ts";
1919
export * from "./lib/core/utils/_helpers.ts";
2020
export * from "./lib/core/utils/Profile.ts";
21+
export * from "./lib/core/utils/Model.ts";
22+
export * from "./lib/core/utils/Field.ts";
2123

2224
// HTTP Router
2325
export * from "./lib/http/HttpRouter.ts";

0 commit comments

Comments
 (0)