<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">"use strict";

const atob = require("./lib/atob");
const btoa = require("./lib/btoa");

module.exports = {
  atob,
  btoa
};
</pre></body></html>