mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
Add messaging & messaging-internal libraries (#15711)
This commit is contained in:
5
libs/messaging-internal/src/index.ts
Normal file
5
libs/messaging-internal/src/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Built in implementations
|
||||
export { SubjectMessageSender } from "./subject-message.sender";
|
||||
|
||||
// Helpers meant to be used only by other implementations
|
||||
export { tagAsExternal, getCommand } from "./helpers";
|
||||
Reference in New Issue
Block a user