Skip to content

Commit

Permalink
Replace atob module with default global (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored and frederikprijck committed Jul 28, 2023
1 parent 6bc99ad commit fb79736
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions lib/atob.ts

This file was deleted.

2 changes: 0 additions & 2 deletions lib/base64_url_decode.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import atob from "./atob";

function b64DecodeUnicode(str: string) {
return decodeURIComponent(
atob(str).replace(/(.)/g, function(m, p) {
Expand Down

0 comments on commit fb79736

Please sign in to comment.