Skip to content

Commit

Permalink
Add exports.
Browse files Browse the repository at this point in the history
  • Loading branch information
ccorcos committed Aug 9, 2023
1 parent 9fd3c16 commit 9667e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ export * from "./database/async/AsyncTupleDatabase"
export * from "./database/async/AsyncTupleDatabaseClient"
export * from "./database/async/asyncTypes"
export * from "./database/async/subscribeQueryAsync"
export * from "./database/async/transactionalReadAsync"
export * from "./database/async/transactionalReadWriteAsync"
export * from "./database/sync/subscribeQuery"
export * from "./database/sync/transactionalRead"
export * from "./database/sync/transactionalReadWrite"
export * from "./database/sync/TupleDatabase"
export * from "./database/sync/TupleDatabaseClient"
Expand Down

0 comments on commit 9667e8d

Please sign in to comment.