import { stringToHex } from "https://deno.land/x/polkadot@0.2.19/util/string/toHex.ts";
Examples
import { stringToHex } from 'https://deno.land/x/polkadot@0.2.19/util/mod.ts';
stringToU8a('hello'); // 0x68656c6c6f
Parameters
optional
value: AnyString