Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

checkIfArray

import { checkIfArray } from "https://raw.githubusercontent.com/Hatscat/MetavaScript/main/index.ts";

a short expression to test if a value is an Array

@example
// returns "if(a.pop)return"
abortIf(checkIfArray("a", { safe: false }))
function checkIfArray(value: Printable, { safe }?): string;
§
checkIfArray(value: Printable, { safe }?): string
[src]

§Parameters

§
{ safe }? optional
[src]

§Return Type

§
string
[src]