Skip to main content
Module

x/polkadot/x-textdecoder/README.md

Package publishing for deno.land/x/polkadot
Go to Latest
File

@polkadot/x-textdecoder

A cross-environment TextDecoder.

Install it via yarn add @polkadot/x-textdecoder

import { TextDecoder } from 'https://deno.land/x/polkadot@0.2.40/x-textdecoder/mod.ts';

...
const decoder = new TextDecoder('utf-8');