Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias ArrayLikeArg
Deprecated
Deprecated

(will be removed after 1.0.0) Import from https://deno.land/std/assert/assert_array_includes.ts instead.

import { type ArrayLikeArg } from "https://deno.land/std@0.215.0/testing/asserts.ts";

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

deprecated
definition: ArrayLike<T> & object