diff options
Diffstat (limited to 'node_modules/atob/node-atob.js')
-rw-r--r-- | node_modules/atob/node-atob.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/node_modules/atob/node-atob.js b/node_modules/atob/node-atob.js deleted file mode 100644 index d7305a3..0000000 --- a/node_modules/atob/node-atob.js +++ /dev/null @@ -1,7 +0,0 @@ -"use strict"; - -function atob(str) { - return Buffer.from(str, 'base64').toString('binary'); -} - -module.exports = atob.atob = atob; |