Skip to main content
Module

x/localekit/mod.ts>Is.isArray

A translation plugin for Deno
Go to Latest
variable Is.isArray
import { Is } from "https://deno.land/x/localekit@2.0.0/mod.ts";
const { isArray } = Is;

Checks if a value is an array.

type

(value: unknown) => boolean