Skip to main content
Module

x/polkadot/mod.ts>util.isUtf8

Package publishing for deno.land/x/polkadot
Go to Latest
function util.isUtf8
import { util } from "https://deno.land/x/polkadot@0.2.12/mod.ts";
const { isUtf8 } = util;

Parameters

optional
value:
| HexString
| number[]
| Buffer
| Uint8Array
| string
| null

Returns

boolean