Skip to main content
Module

x/lume/deps/assert.ts>ArrayLikeArg

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias ArrayLikeArg
import { type ArrayLikeArg } from "https://deno.land/x/lume@v2.1.3/deps/assert.ts";

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

definition: ArrayLike<T> & object