2.0.1 • Published 4 years ago

error-if-values-are-not-arrays v2.0.1

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

errorIfValuesAreNotArrays(      values: Array<any[]>): void

Function triggers error if not all items in values are arrays.

Installation

npm i error-if-values-are-not-arrays

Loading

import {errorIfValuesAreNotArrays} from 'error-if-values-are-not-arrays';