(str2)
| 33037 | return new TextDecoder().decode(u8arr); |
| 33038 | } |
| 33039 | function stringToBase64(str2) { |
| 33040 | return bytesToBase64(stringToBytes(str2)); |
| 33041 | } |
| 33042 | function stringFromBase64(b64str) { |
| 33043 | return stringFromBytes(bytesFromBase64(b64str)); |
| 33044 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…