Skip to content

Commit

Permalink
add missing src/module.mjs from template
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Dec 6, 2020
1 parent de851f1 commit 486efb0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/module.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export * from "./endpoint.mjs";
export * from "./receivable-endpoint.mjs";
export * from "./multi-connection-endpoint.mjs";
export * from "./send-endpoint.mjs";
export * from "./receive-endpoint.mjs";
export * from "./dummy-receive-endpoint.mjs";
export * from "./send-endpoint-default.mjs";
export * from "./multi-send-endpoint.mjs";
export * from "./receive-endpoint-default.mjs";
export * from "./receive-endpoint-self-connected-default.mjs";

0 comments on commit 486efb0

Please sign in to comment.