feat: some refactoring and cleanup

This commit is contained in:
Daniel Ledda
2022-05-25 23:49:20 +02:00
parent b3ee2af7c5
commit 7aa8941227
11 changed files with 184 additions and 137 deletions

26
index.ts Normal file
View File

@@ -0,0 +1,26 @@
export {
ISubscription,
IPublisher,
Publisher,
} from './lib/Publisher';
export {
default as ISubscriber,
LEvent,
} from './lib/Subscriber';
export {
default as Rung,
RungOptions,
} from './lib/Rung';
export {
default as Capsule,
} from './lib/Capsule';
export {
bootstrap,
frag,
h,
q,
} from './lib/helpers';