type alias ArrayLikeArgimport { type ArrayLikeArg } from "https://dotland.deno.dev/std@0.223.0/assert/mod.ts"; An array-like object (Array, Uint8Array, NodeList, etc.) that is not a string Type ParametersTdefinition: ArrayLike<T> & object