Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jajbshjahavahh
GitHub Repository: jajbshjahavahh/Gojo-Satoru
Path: blob/master/node_modules/abab/index.js
2591 views
1
"use strict";
2
3
const atob = require("./lib/atob");
4
const btoa = require("./lib/btoa");
5
6
module.exports = {
7
atob,
8
btoa
9
};
10
11