fix(core): update

This commit is contained in:
2020-12-31 03:56:40 +00:00
parent 08cb2392fa
commit bf3e640307
14 changed files with 10028 additions and 600 deletions

View File

@@ -65,5 +65,5 @@ export let base64 = {
*/
decode: (stringArg: string) => {
return plugins.jsBase64.decode(stringArg);
}
},
};