Module

x/proc/tests/deps/asserts.ts>ArrayLikeArg

A better way to work with processes in Deno.
Latest
type alias ArrayLikeArg
import { type ArrayLikeArg } from "https://dotland.deno.dev/x/proc@0.21.9/tests/deps/asserts.ts";

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

definition: ArrayLike<T> & object