Skip to main content
variable isArrayLike
import { isArrayLike } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Checks if the given argument is a array like

type

(obj: any) => obj is Array<any>