Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/std/bytes/mod.ts>hasPrefix

A modern runtime for JavaScript and TypeScript.
Go to Latest
function hasPrefix
import { hasPrefix } from "https://deno.land/x/deno@v0.28.0/std/bytes/mod.ts";

Check whether binary array has binary prefix *

Parameters

a: Uint8Array
prefix: Uint8Array

Returns

boolean