import { split } from "https://deno.land/x/ayonli_jsext@v0.9.72/array/base.ts";
Breaks the array-like object into smaller chunks according to the given delimiter.
Parameters
arr: RealArrayLike<T>
delimiter: T
import { split } from "https://deno.land/x/ayonli_jsext@v0.9.72/array/base.ts";
Breaks the array-like object into smaller chunks according to the given delimiter.