Functions

f
isarray(x: unknown): x is array<any>

Checks if the input is a 1D array.

Usage

import * as mod from "datatype/isarray.ts";