1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Update mod.js

This commit is contained in:
Bagel03 2022-02-03 23:50:34 -05:00 committed by GitHub
parent eea6c6c9cd
commit 9a7ef62b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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