check-arrays

1.0.1 • Public • Published

are-arrays

Function for check if all values are arrays.

Installation

With the simple command npm install check-arrays.

Usage

The function takes any arguments as you want.

Example:

const checkArrays = require('check-arrays');

checkArrays({}, 12, [1, null]); // false
checkArrays([], [1, 33.2]); // true
checkArrays(function(){}, String(), []); // false

Test

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i check-arrays

Weekly Downloads

11

Version

1.0.1

License

MIT

Unpacked Size

3.81 kB

Total Files

5

Last publish

Collaborators

  • terio33