Skip to main content
Module

x/polkadot/mod.ts>util.hexStripPrefix

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

Examples

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

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

Parameters

optional
value: string | null

Returns

string