import { endsWith } from "https://deno.land/x/ayonli_jsext@v0.9.72/array/base.ts";
Checks if the array-like object ends with the given suffix.
Parameters
arr: RealArrayLike<T>
suffix: RealArrayLike<T>
import { endsWith } from "https://deno.land/x/ayonli_jsext@v0.9.72/array/base.ts";
Checks if the array-like object ends with the given suffix.