Skip to main content
Module

std/assert/mod.ts>ArrayLikeArg

The Deno Standard Library
Latest
type alias ArrayLikeArg
import { type ArrayLikeArg } from "https://deno.land/std@0.224.0/assert/mod.ts";

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

definition: ArrayLike<T> & object