5 lines
52 B
JavaScript
5 lines
52 B
JavaScript
exports.command = function() {
|
|
|
|
return this;
|
|
};
|
exports.command = function() {
|
|
|
|
return this;
|
|
};
|