Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/assert/mod.ts>ArrayLikeArg

Deno standard library
Go to Latest
type alias ArrayLikeArg
import { type ArrayLikeArg } from "https://deno.land/std@0.215.0/assert/mod.ts";

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

definition: ArrayLike<T> & object