Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.4/deps/assert.ts";

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

definition: ArrayLike<T> & object