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

x/unknownutil/mod.ts>isArrayOf

🦕 A lightweight utility pack for handling unknown type
Go to Latest
function isArrayOf
import { isArrayOf } from "https://deno.land/x/unknownutil@v3.8.0/mod.ts";

Return a type predicate function that returns true if the type of x is T[].