1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/gulp/mod.js
2022-02-05 10:03:32 -05:00

4 lines
135 B
JavaScript

module.exports = function (source, map) {
return source + `\nexport const __$S__=(n,v)=>eval("(function(v){" + n + "=v})")(v)`;
};