(text, sourceEncoding, destEncoding)
| 48830 | } |
| 48831 | }; |
| 48832 | function decodeText(text, sourceEncoding, destEncoding) { |
| 48833 | if (text) { |
| 48834 | return getDecoder(destEncoding)(text, sourceEncoding); |
| 48835 | } |
| 48836 | return text; |
| 48837 | } |
| 48838 | module2.exports = decodeText; |
| 48839 | } |
| 48840 | }); |
no test coverage detected
searching dependent graphs…