Skip to main content
Module

x/polkadot/util/bundle.ts>hexHasPrefix

Package publishing for deno.land/x/polkadot
Go to Latest
function hexHasPrefix
import { hexHasPrefix } from "https://deno.land/x/polkadot@0.2.25/util/bundle.ts";

Examples

import { hexHasPrefix } from 'https://deno.land/x/polkadot@0.2.25/util/mod.ts';

console.log('has prefix', hexHasPrefix('0x1234')); // => true

Parameters

optional
value: string | null

Returns

value is HexString