simondh's picture
front
cc651f6
raw
history blame
125 Bytes
"use strict";
const atob = require("./lib/atob");
const btoa = require("./lib/btoa");
module.exports = {
atob,
btoa
};