Изменения от Главреда ГитЖС | Changes of GitJS Glavred

This commit is contained in:
Главред | Glavred
2020-08-31 15:02:00 +03:00
parent e65ed7b34c
commit 31bc65dfad
7 changed files with 35 additions and 11 deletions

8
пуск|run.js Normal file
View File

@@ -0,0 +1,8 @@
const ИМЯ = "Base64";
УстановитьBase64JS = мир =>
{
var модуль = мир.модули.модульПоИмени(ИМЯ);
var содержимое = модуль.содержимое["/base64js.min.js"];
eval(содержимое);
};