function repeatimport { repeat } from "https://dotland.deno.dev/std@0.116.0/bytes/mod.ts"; repeat(origin: Uint8Array, count: number): Uint8ArrayRepeat bytes. returns a new byte slice consisting of count copies of b. Repeat bytes. returns a new byte slice consisting of count copies of b. Parametersorigin: Uint8ArrayThe origin bytes count: numberThe count you want to repeat. ReturnsUint8Array