chore: added devdependencies, fixed exports

This commit is contained in:
Daniel Ledda
2022-05-28 13:30:22 +02:00
parent 5b8290ccdd
commit 2680d16a5d
4 changed files with 59 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import "./lib/jsxFactory";
export type { ISubscription, IPublisher } from './lib/Publisher';
export { Publisher } from './lib/Publisher';
export type { default as ISubscriber, LEvent } from './lib/Subscriber';
export type { ISubscriber, LEvent } from './lib/Subscriber';
export { default as Rung } from './lib/Rung';
export type { RungOptions } from './lib/Rung';
export { default as Capsule } from './lib/Capsule';