import { bufferToU8a } from "https://deno.land/x/polkadot@0.2.17/util/buffer/toU8a.ts";
Examples
import { bufferToU8a } from 'https://deno.land/x/polkadot@0.2.17/util/mod.ts';
bufferToU8a(Buffer.from([1, 2, 3]));
import { bufferToU8a } from "https://deno.land/x/polkadot@0.2.17/util/buffer/toU8a.ts";
import { bufferToU8a } from 'https://deno.land/x/polkadot@0.2.17/util/mod.ts';
bufferToU8a(Buffer.from([1, 2, 3]));