UNPKG
@sitesoft/ssp-support
Version:
latest (0.2.5)
0.2.5
0.2.3
0.2.2
0.2.2-3
0.2.2-2
0.2.1
0.2.0
0.1.2
0.1.1
0.0.2
0.0.1
Various tools, data-structures and utils
github.com/sitesoft/ssp-support
sitesoft/ssp-support
@sitesoft/ssp-support
/
src
/
index.ts
5 lines
(3 loc)
•
207 B
text/typescript
View Raw
1
2
3
4
5
import
ModuleCollection
, {
EVENT_REGISTERED
}
from
'./ModuleCollection.js'
import
receiveBusEvent, {
BusEvent
}
from
'./BusEvent.js'
export
{
ModuleCollection
, receiveBusEvent,
BusEvent
,
EVENT_REGISTERED
}