Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fae/utils/is.ts>isArray

A functional module for Deno inspired from Ramda.
Latest
function isArray
import { isArray } from "https://deno.land/x/fae@v1.1.1/utils/is.ts";

Type Parameters

optional
T = any

Parameters

x: unknown

Returns

x is Array<T>