mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-26 17:12:23 +00:00
10 lines
125 B
JavaScript
10 lines
125 B
JavaScript
"use strict";
|
|
|
|
const atob = require("./lib/atob");
|
|
const btoa = require("./lib/btoa");
|
|
|
|
module.exports = {
|
|
atob,
|
|
btoa
|
|
};
|