function endsWithimport { endsWith } from "https://dotland.deno.dev/std@0.116.0/bytes/mod.ts"; endsWith(source: Uint8Array, suffix: Uint8Array): booleanCheck whether binary array ends with suffix. Check whether binary array ends with suffix. Parameterssource: Uint8Arraysource array suffix: Uint8Arraysuffix array to check in source Returnsboolean