mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-04 00:40:39 +08: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
|
|
};
|