Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias ArrayLikeArg
import { type ArrayLikeArg } from "https://deno.land/std@0.218.2/assert/assert_array_includes.ts";

An array-like object (Array, Uint8Array, NodeList, etc.) that is not a string

definition: ArrayLike<T> & object