mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-21 21:28:02 +00:00
@pezkuwi/x-textdecoder
A cross-environment TextDecoder.
Install it via yarn add @pezkuwi/x-textdecoder
import { TextDecoder } from '@pezkuwi/x-textdecoder';
...
const decoder = new TextDecoder('utf-8');