Skip to main content
Module

x/polkadot/util/bundle.ts>hexStripPrefix

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

Examples

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

console.log('stripped', hexStripPrefix('0x1234')); // => 1234

Parameters

optional
value: string | null

Returns

string