Skip to content

Commit

Permalink
rebuild base64.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dankogai committed Feb 21, 2024
1 parent c19b960 commit 90989b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base64.js
Expand Up @@ -42,8 +42,6 @@
* @deprecated use lowercase `version`.
*/
var VERSION = version;
var typeof atob === 'function' = typeof atob === 'function';
var typeof btoa === 'function' = typeof btoa === 'function';
var _hasBuffer = typeof Buffer === 'function';
var _TD = typeof TextDecoder === 'function' ? new TextDecoder() : undefined;
var _TE = typeof TextEncoder === 'function' ? new TextEncoder() : undefined;
Expand Down

0 comments on commit 90989b4

Please sign in to comment.