Files
wechatpay-enterprise-web/node_modules/abab/index.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

10 lines
125 B
JavaScript

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