UNPKG
@boringnode/bus
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.0
0.7.1
0.7.0
0.6.0
0.5.0
A simple and lean driver-based service bus implementation
@boringnode/bus
/
build
/
chunk-ISFQ7A55.js
14 lines
(13 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// src/debug.ts
import
{ debuglog }
from
"node:util"
;
var
debug_default =
debuglog
(
"boringnode:bus"
);
export
{ debug_default };
/** *
@boringnode
/bus * *
@license
MIT
*
@copyright
BoringNode
*/
//# sourceMappingURL=chunk-ISFQ7A55.js.map