diff options
Diffstat (limited to 'alarm/node_modules/abab/index.js')
-rw-r--r-- | alarm/node_modules/abab/index.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/alarm/node_modules/abab/index.js b/alarm/node_modules/abab/index.js new file mode 100644 index 0000000..49d5ae9 --- /dev/null +++ b/alarm/node_modules/abab/index.js @@ -0,0 +1,9 @@ +"use strict"; + +const atob = require("./lib/atob"); +const btoa = require("./lib/btoa"); + +module.exports = { + atob, + btoa +}; |