(u8arr)
| 33025 | exports2.stringFromBase64 = stringFromBase64; |
| 33026 | var z6 = __importStar(require_lib4()); |
| 33027 | function bytesToBase64(u8arr) { |
| 33028 | return btoa(String.fromCodePoint(...u8arr)); |
| 33029 | } |
| 33030 | function bytesFromBase64(encoded) { |
| 33031 | return Uint8Array.from(atob(encoded), (c4) => c4.charCodeAt(0)); |
| 33032 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…