(bytes)
| 3465 | return utf8Encoder.encode(string); |
| 3466 | } |
| 3467 | function utf8DecodeWithoutBOM(bytes) { |
| 3468 | return utf8Decoder.decode(bytes); |
| 3469 | } |
| 3470 | module2.exports = { |
| 3471 | utf8Encode, |
| 3472 | utf8DecodeWithoutBOM |
no test coverage detected
searching dependent graphs…