Skip to main content
Module

x/aloedb/lib/utils.ts>isArray

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
function isArray
import { isArray } from "https://deno.land/x/aloedb@0.1.0/lib/utils.ts";

Checks whether the value is an array.

Parameters

target: unknown

Target to check.

Returns

target is any[]

Result of checking.