import { hexHasPrefix } from "https://deno.land/x/polkadot@0.2.19/util/hex/index.ts";
Examples
import { hexHasPrefix } from 'https://deno.land/x/polkadot@0.2.19/util/mod.ts';
console.log('has prefix', hexHasPrefix('0x1234')); // => true
import { hexHasPrefix } from "https://deno.land/x/polkadot@0.2.19/util/hex/index.ts";
import { hexHasPrefix } from 'https://deno.land/x/polkadot@0.2.19/util/mod.ts';
console.log('has prefix', hexHasPrefix('0x1234')); // => true