UNPKG

87 BJavaScriptView Raw
1const encrypt= require("./encryption");
2(async () => {
3 await encrypt.init();
4})();