UNPKG
@grubou/bussy
Version:
latest (1.0.0)
1.0.0
0.1.3
0.1.2
0.1.1
0.0.1
Command & query bus implementations
github.com/franck-romano/bussy
franck-romano/bussy
@grubou/bussy
/
build
/
src
/
commandBus
/
types
/
VoidCommand.js
8 lines
•
269 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
VoidCommand
=
void
0
;
const
Command
_1 =
require
(
"./Command"
);
class
VoidCommand
extends
Command_1.Command
{ }
exports
.
VoidCommand
=
VoidCommand
;
//# sourceMappingURL=VoidCommand.js.map