UNPKG
@boost/event
Version:
latest (5.0.0)
next (5.0.0-alpha.2)
5.0.0
5.0.0-alpha.2
5.0.0-alpha.1
4.0.1
4.0.0
4.0.0-alpha.1
3.0.1
3.0.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-alpha.2
2.0.0-alpha.1
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.1
1.0.0-alpha.0
An event system with multiple emitter patterns.
github.com/milesj/boost
milesj/boost
@boost/event
/
mjs
/
debug.mjs
5 lines
(4 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
import
{ createInternalDebugger }
from
'@boost/internal'
;
const
debug =
createInternalDebugger
(
'event'
);
export
{ debug };
//# sourceMappingURL=debug.mjs.map