mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Code refactoring
This commit is contained in:
parent
60bac7192f
commit
90d95d3ca4
28 changed files with 977 additions and 924 deletions
|
|
@ -163,7 +163,9 @@ const Base64 = {
|
|||
return string;
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = Base64;
|
||||
/* jslint bitwise: false */
|
||||
/* eslint-enable */
|
||||
|
||||
export const decode = Base64.decode;
|
||||
export const encode = Base64.encode;
|
||||
export const urlsafe_encode = Base64.urlsafe_encode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue