7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
|
|
function defineCommand(command) {
|
||
|
|
return command;
|
||
|
|
}
|
||
|
|
export {
|
||
|
|
defineCommand
|
||
|
|
};
|