Skip to main content
Module

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

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

Returns whether the payload is a an array with at least 1 item

Parameters

payload: any

Returns

payload is any[]