mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 05:38:03 +00:00
63781f8889
- Published from build/ directories for correct npm structure - Updated wasm dependencies to 7.5.17 - All packages now have index.js at root level
@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');