Skip to content

Commit

Permalink
Create min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
soshimee authored Nov 2, 2019
0 parents commit 274dd52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
var encodeStringToBase64=function(e){return btoa(encodeURIComponent(e))},decodeBase64ToString=function(e){return decodeURIComponent(atob(e))};

0 comments on commit 274dd52

Please sign in to comment.