UNPKG

crocks

Version:

A collection of well known Algebraic Datatypes for your utter enjoyment.

9 lines (6 loc) 193 B
/** @license ISC License (c) copyright 2016 original and current authors */ /** @author Ian Hofmann-Hicks (evil) */ function isArray(x) { return Array.isArray(x) } module.exports = isArray