(bytes, onError)
| 207 | * (default: [error](Utf8ErrorFuncs)) |
| 208 | */ |
| 209 | export function toUtf8String(bytes, onError) { |
| 210 | return _toUtf8String(getUtf8CodePoints(bytes, onError)); |
| 211 | } |
| 212 | /** |
| 213 | * Returns the UTF-8 code-points for %%str%%. |
| 214 | * |
no test coverage detected
searching dependent graphs…