# @polkadot/x-textdecoder
A cross-environment TextDecoder.
Install it via `yarn add @polkadot/x-textdecoder`
```js
import { TextDecoder } from '@polkadot/x-textdecoder';
...
const decoder = new TextDecoder('utf-8');
```
Выполнить команду
Для локальной разработки. Не используйте в интернете!