mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
4 lines
104 B
JavaScript
4 lines
104 B
JavaScript
|
module.exports = function (source, map) {
|
||
|
return source + `\nexport let $s=(n,v)=>eval(n+"=v")`;
|
||
|
};
|