summaryrefslogtreecommitdiffstats
path: root/node_modules/atob/node-atob.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/atob/node-atob.js')
-rw-r--r--node_modules/atob/node-atob.js7
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;