import * as mod from "https://deno.land/std@0.209.0/bytes/starts_with.ts";
Functions
Returns true if the prefix array appears at the start of the source array, false otherwise. |
import * as mod from "https://deno.land/std@0.209.0/bytes/starts_with.ts";
Returns true if the prefix array appears at the start of the source array, false otherwise. |