hensei-web/node_modules/abab/index.js
2020-09-11 06:44:42 -07:00

9 lines
125 B
JavaScript

"use strict";
const atob = require("./lib/atob");
const btoa = require("./lib/btoa");
module.exports = {
atob,
btoa
};