aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChrisC <christophe.closset@intl.att.com>2020-08-31 17:15:30 +0200
committerChrisC <christophe.closset@intl.att.com>2020-08-31 17:15:30 +0200
commitc3e33ce9d5e65172122389c130721d9c776a7e5e (patch)
tree6beca77fa0bf2e14e55c84255493aeecec931149 /src
parentebec31d19d829d93e5e0a96db3e54036c5bd1450 (diff)
Fix Build
Fix build issue, updating TS and moving some files around to meet the new version requirements Issue-ID: SDC-3203 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I16ad0af22c602194ed645d115e61f6692b9229b9
Diffstat (limited to 'src')
-rw-r--r--src/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
new file mode 100644
index 0000000..4d2efa1
--- /dev/null
+++ b/src/index.ts
@@ -0,0 +1,4 @@
+import { BasePubSub, IPubSubEvent, ISubscriber } from './base-pubsub';
+import { PluginPubSub } from './plugin-pubsub';
+
+export { BasePubSub, PluginPubSub, IPubSubEvent, ISubscriber };