UNPKG
@tinkoff/pubsub
Version:
latest (0.9.2)
prerelease (0.10.1)
stable-v5.x.x (0.8.6)
0.10.1
0.9.2
0.9.1
0.9.0
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.7.3
0.7.1
0.6.1
0.6.0
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.4.25
0.4.24
0.4.23
0.4.22
Implementation of the publish/subscribe pattern
github.com/tramvaijs/tramvai
tramvaijs/tramvai
@tinkoff/pubsub
/
lib
/
pubsub.js
10 lines
(4 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
var
PubSub
=
require
(
'./pubsub/PubSub.js'
);
exports
.
PubSub
=
PubSub
.
PubSub
;