import { hexStripPrefix } from "https://deno.land/x/polkadot@0.2.17/util/mod.ts";
Examples
import { hexStripPrefix } from 'https://deno.land/x/polkadot@0.2.17/util/mod.ts';
console.log('stripped', hexStripPrefix('0x1234')); // => 1234
import { hexStripPrefix } from "https://deno.land/x/polkadot@0.2.17/util/mod.ts";
import { hexStripPrefix } from 'https://deno.land/x/polkadot@0.2.17/util/mod.ts';
console.log('stripped', hexStripPrefix('0x1234')); // => 1234