mirror of https://github.com/icedream/ts3bot.git
6 lines
77 B
JavaScript
6 lines
77 B
JavaScript
|
function transform(code) {
|
||
|
return code;
|
||
|
}
|
||
|
|
||
|
module.exports = { transform };
|