Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function hasPrefix
import { hasPrefix } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/bytes/mod.ts";

Check whether binary array has binary prefix *

Parameters

a: Uint8Array
prefix: Uint8Array

Returns

boolean