error-if-values-are-not-arrays
v2.0.1
Published
Function takes array and triggers error if not all items in it are arrays
Downloads
37
Maintainers
Readme
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';