📄 index.js
/home/palash/git/site/node_modules/abab/index.js
Language: js • Lines: 9
"use strict";

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

module.exports = {
  atob,
  btoa
};