Skip to content

Commit

Permalink
feat: export model and value modules from index
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Aug 11, 2021
1 parent ee2d43c commit 1a56262
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * as model from "./model";
export * as value from "./value";

0 comments on commit 1a56262

Please sign in to comment.