Skip to content

Commit

Permalink
🚚 move observable-related helpers to their own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
drieshooghe committed Oct 16, 2022
1 parent c2be2fc commit b5f3529
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export * from './default-command-publisher';
export * from './default-event-serializer';
export * from './default-query-publisher';
export * from './metadata';
export * from './observable-bus';
export * from './observables';
1 change: 1 addition & 0 deletions lib/helpers/observables/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './observable-bus';
File renamed without changes.

0 comments on commit b5f3529

Please sign in to comment.