Skip to main content
Module

x/functional/mod.ts>assertIsArray

Common Functional Programming Algebraic data types for JavaScript that is compatible with most modern browsers and Deno.
Latest
variable assertIsArray
import { assertIsArray } from "https://deno.land/x/functional@v1.3.4/mod.ts";

Utilities

assertIsArray

* -> Boolean

assertIsBoolean

* -> Boolean

assertIsFunction

* -> Boolean

assertIsInstance

* -> Boolean

assertIsNull

* -> Boolean

assertIsNumber

* -> Boolean

assertIsObject

* -> Boolean

assertIsRegex

* -> Boolean

assertIsString

* -> Boolean

assertIsUndefined

* -> Boolean

decodeRaw

Uint8Array -> String

encodeText

String -> Uint8Array

type

(value) => unknown