import { hexAddPrefix } from "https://deno.land/x/polkadot@0.2.17/util/hex/index.ts";
Examples
import { hexAddPrefix } from 'https://deno.land/x/polkadot@0.2.17/util/mod.ts';
console.log('With prefix', hexAddPrefix('0a0b12')); // => 0x0a0b12
import { hexAddPrefix } from "https://deno.land/x/polkadot@0.2.17/util/hex/index.ts";
import { hexAddPrefix } from 'https://deno.land/x/polkadot@0.2.17/util/mod.ts';
console.log('With prefix', hexAddPrefix('0a0b12')); // => 0x0a0b12