Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/abab/index.js
1126 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