(str2)
| 33031 | return Uint8Array.from(atob(encoded), (c4) => c4.charCodeAt(0)); |
| 33032 | } |
| 33033 | function stringToBytes(str2) { |
| 33034 | return new TextEncoder().encode(str2); |
| 33035 | } |
| 33036 | function stringFromBytes(u8arr) { |
| 33037 | return new TextDecoder().decode(u8arr); |
| 33038 | } |
no test coverage detected
searching dependent graphs…