Skip to main content
Module

x/funky/mod.ts>isArray

Getting funky with Deno!
Latest
variable isArray
import { isArray } from "https://deno.land/x/funky@v0.3.2/mod.ts";

Type-safe check whether @value is an array.

type

(value: any) => value is any[]