Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/libpkgx/src/deps.ts>is_what.isArray

`import`… but with pkging powers
Very Popular
Go to Latest
function is_what.isArray
import { is_what } from "https://deno.land/x/libpkgx@v0.18/src/deps.ts";
const { isArray } = is_what;

Returns whether the payload is an array

Parameters

payload: any

Returns

payload is any[]