function hasPrefiximport { hasPrefix } from "https://deno.land/x/deno@v0.22.0/std/bytes/mod.ts"; hasPrefix(a: Uint8Array, prefix: Uint8Array): booleanCheck whether binary array has binary prefix * Parametersa: Uint8Arrayprefix: Uint8ArrayReturnsboolean