mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-13 18:21:51 +00:00
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
|
|
module.exports = function (source, map) {
|
||
|
|
return source + `\nexport let $s=(n,v)=>eval(n+"="+v)`;
|
||
|
|
};
|